ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
CollSeq Struct Reference

Public Attributes

char * zName
 
u8 enc
 
void * pUser
 
int(* xCmp )(void *, int, const void *, int, const void *)
 
void(* xDel )(void *)
 

Detailed Description

Definition at line 17334 of file sqlite3.c.

Member Data Documentation

◆ enc

u8 CollSeq::enc

Definition at line 17336 of file sqlite3.c.

Referenced by findCollSeqEntry(), sqlite3VdbeDisplayP4(), and vdbeCompareMemString().

◆ pUser

void* CollSeq::pUser

Definition at line 17337 of file sqlite3.c.

Referenced by vdbeCompareMemString().

◆ xCmp

int(* CollSeq::xCmp) (void *, int, const void *, int, const void *)

◆ xDel

void(* CollSeq::xDel) (void *)

Definition at line 17339 of file sqlite3.c.

Referenced by sqlite3LeaveMutexAndCloseZombie(), and synthCollSeq().

◆ zName


The documentation for this struct was generated from the following file: