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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15296 typedef struct CollSeq CollSeq; typedef in typeref:struct:CollSeq
16454 CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */
16511 #define P4_COLLSEQ (-2) /* P4 is a pointer to a CollSeq structure */
16924 SQLITE_PRIVATE int sqlite3MemCompare(const Mem*, const Mem*, const CollSeq*);
17587 CollSeq *pDfltColl; /* BINARY collseq for the database encoding */
18211 ** If CollSeq.xCmp is NULL, it means that the
18215 struct CollSeq { struct
18564 CollSeq *aColl[1]; /* Collating sequence for each term of the key */
21181 SQLITE_PRIVATE CollSeq *sqlite3FindCollSe
[all...]

Completed in 462 milliseconds