Home
last modified time | relevance | path

Searched defs:CollSeq (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15342 typedef struct CollSeq CollSeq; typedef
18269 struct CollSeq { struct
18270 char *zName; /* Name of the collating sequence, UTF-8 encoded */
18271 u8 enc; /* Text encoding handled by xCmp() */
18272 void *pUser; /* First argument to xCmp() */
18273 int (*xCmp)(void*,int, const void*, int, const void*);
18274 void (*xDel)(void*); /* Destructor for pUser */