Searched defs:CollSeq (Results 1 – 1 of 1) sorted by relevance
1177 typedef struct CollSeq CollSeq; typedef2153 struct CollSeq { struct2154 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 */