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