Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15296 typedef struct CollSeq CollSeq; typedef
18215 struct CollSeq { struct
18216 char *zName; /* Name of the collating sequence, UTF-8 encoded */
18217 u8 enc; /* Text encoding handled by xCmp() */
18218 void *pUser; /* First argument to xCmp() */
18219 int (*xCmp)(void*,int, const void*, int, const void*);
18220 void (*xDel)(void*); /* Destructor for pUser */