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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14779 typedef struct CollSeq CollSeq; typedef in typeref:struct:CollSeq
15588 CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */
15646 #define P4_COLLSEQ (-2) /* P4 is a pointer to a CollSeq structure */
16038 SQLITE_PRIVATE int sqlite3MemCompare(const Mem*, const Mem*, const CollSeq*);
16970 CollSeq *pDfltColl; /* BINARY collseq for the database encoding */
17527 ** If CollSeq.xCmp is NULL, it means that the
17531 struct CollSeq { struct
17861 CollSeq *aColl[1]; /* Collating sequence for each term of the key */
20173 SQLITE_PRIVATE CollSeq *sqlite3FindCollSe
[all...]

Completed in 882 milliseconds