Searched defs:CollSeq (Results 1 – 1 of 1) sorted by relevance
15739 typedef struct CollSeq CollSeq; typedef18672 struct CollSeq { struct18673 char *zName; /* Name of the collating sequence, UTF-8 encoded */18674 u8 enc; /* Text encoding handled by xCmp() */18675 void *pUser; /* First argument to xCmp() */18676 int (*xCmp)(void*,int, const void*, int, const void*);18677 void (*xDel)(void*); /* Destructor for pUser */