Searched refs:xCmp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c9764 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
9771 ** as the first argument to the UTF-8 comparison function, xCmp.
9775 ** If both CollSeq.xCmp and CollSeq.xCmp16 are NULL, it means that the
9781 u8 enc; /* Text encoding handled by xCmp() */
9783 void *pUser; /* First argument to xCmp() */
9784 int (*xCmp)(void*,int, const void*, int, const void*); member in struct:CollSeq
[all...]

Completed in 346 milliseconds