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