Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
CollSeq Struct Reference

Data Fields

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

Detailed Description

Definition at line 17365 of file sqlite3.c.

Field Documentation

◆ enc

u8 CollSeq::enc

Definition at line 17367 of file sqlite3.c.

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

◆ pUser

void* CollSeq::pUser

Definition at line 17368 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 17370 of file sqlite3.c.

Referenced by sqlite3LeaveMutexAndCloseZombie(), and synthCollSeq().

◆ zName


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