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

/freebsd-10-stable/crypto/heimdal/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c14279 ** If CollSeq.xCmp is NULL, it means that the
14285 u8 enc; /* Text encoding handled by xCmp() */
14286 void *pUser; /* First argument to xCmp() */
14287 int (*xCmp)(void*,int, const void*, int, const void*); member in struct:CollSeq
[all...]

Completed in 453 milliseconds