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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8083 typedef struct CollSeq CollSeq; typedef in typeref:struct:CollSeq
8433 CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */
8483 #define P4_COLLSEQ (-4) /* P4 is a pointer to a CollSeq structure */
9695 CollSeq *pDfltColl; /* The default collating sequence (BINARY) */
9995 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
9996 ** processes text encoded in UTF-16 (CollSeq.xCmp16), using the machine
10001 ** The CollSeq.pUser member variable is an extra parameter that passed in
10003 ** CollSeq.pUser16 is the equivalent for the UTF-16 comparison function,
10006 ** If both CollSeq
10010 struct CollSeq { struct
[all...]

Completed in 250 milliseconds