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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c7873 typedef struct CollSeq CollSeq; typedef in typeref:struct:CollSeq
8223 CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */
8272 #define P4_COLLSEQ (-4) /* P4 is a pointer to a CollSeq structure */
9464 CollSeq *pDfltColl; /* The default collating sequence (BINARY) */
9764 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
9765 ** processes text encoded in UTF-16 (CollSeq.xCmp16), using the machine
9770 ** The CollSeq.pUser member variable is an extra parameter that passed in
9772 ** CollSeq.pUser16 is the equivalent for the UTF-16 comparison function,
9775 ** If both CollSeq
9779 struct CollSeq { struct
[all...]

Completed in 374 milliseconds