Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16350 typedef struct CollSeq CollSeq; typedef
19297 struct CollSeq { struct
19298 char *zName; /* Name of the collating sequence, UTF-8 encoded */
19299 u8 enc; /* Text encoding handled by xCmp() */
19300 void *pUser; /* First argument to xCmp() */
19301 int (*xCmp)(void*,int, const void*, int, const void*);
19302 void (*xDel)(void*); /* Destructor for pUser */