Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h1177 typedef struct CollSeq CollSeq; typedef
2153 struct CollSeq { struct
2154 char *zName; /* Name of the collating sequence, UTF-8 encoded */
2155 u8 enc; /* Text encoding handled by xCmp() */
2156 void *pUser; /* First argument to xCmp() */
2157 int (*xCmp)(void*,int, const void*, int, const void*);
2158 void (*xDel)(void*); /* Destructor for pUser */