Searched defs:aColl (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c12343 ** Note that aSortOrder[] and aColl[] have nField+1 slots. There
12354 CollSeq *aColl[1]; /* Collating sequence for each term of the key */ member in struct:KeyInfo
133071 CollSeq *aColl = sqlite3HashFind(&db->aCollSeq, zName); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12343 ** Note that aSortOrder[] and aColl[] have nField+1 slots. There
12354 CollSeq *aColl[1]; /* Collating sequence for each term of the key */ member in struct:KeyInfo
133089 CollSeq *aColl = sqlite3HashFind(&db->aCollSeq, zName); local
[all...]

Completed in 409 milliseconds