Searched defs:CollSeq (Results 1 – 1 of 1) sorted by relevance
16350 typedef struct CollSeq CollSeq; typedef19297 struct CollSeq { struct19298 char *zName; /* Name of the collating sequence, UTF-8 encoded */19299 u8 enc; /* Text encoding handled by xCmp() */19300 void *pUser; /* First argument to xCmp() */19301 int (*xCmp)(void*,int, const void*, int, const void*);19302 void (*xDel)(void*); /* Destructor for pUser */