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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9995 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
10002 ** as the first argument to the UTF-8 comparison function, xCmp.
10006 ** If both CollSeq.xCmp and CollSeq.xCmp16 are NULL, it means that the
10012 u8 enc; /* Text encoding handled by xCmp() */
10013 void *pUser; /* First argument to xCmp() */
10014 int (*xCmp)(void*,int, const void*, int, const void*); member in struct:CollSeq
[all...]

Completed in 335 milliseconds