Searched defs:xCmp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1114 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
1121 ** as the first argument to the UTF-8 comparison function, xCmp.
1125 ** If both CollSeq.xCmp and CollSeq.xCmp16 are NULL, it means that the
1131 u8 enc; /* Text encoding handled by xCmp() */
1133 void *pUser; /* First argument to xCmp() */
1134 int (*xCmp)(void*,int, const void*, int, const void*); member in struct:CollSeq
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9474 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
9481 ** as the first argument to the UTF-8 comparison function, xCmp.
9485 ** If both CollSeq.xCmp and CollSeq.xCmp16 are NULL, it means that the
9491 u8 enc; /* Text encoding handled by xCmp() */
9493 void *pUser; /* First argument to xCmp() */
9494 int (*xCmp)(void*,int, const void*, int, const void*); member in struct:CollSeq
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10027 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
10034 ** as the first argument to the UTF-8 comparison function, xCmp.
10038 ** If both CollSeq.xCmp and CollSeq.xCmp16 are NULL, it means that the
10044 u8 enc; /* Text encoding handled by xCmp() */
10045 void *pUser; /* First argument to xCmp() */
10046 int (*xCmp)(void*,int, const void*, int, const void*); member in struct:CollSeq
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10027 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
10034 ** as the first argument to the UTF-8 comparison function, xCmp.
10038 ** If both CollSeq.xCmp and CollSeq.xCmp16 are NULL, it means that the
10044 u8 enc; /* Text encoding handled by xCmp() */
10045 void *pUser; /* First argument to xCmp() */
10046 int (*xCmp)(void*,int, const void*, int, const void*); member in struct:CollSeq
[all...]

Completed in 577 milliseconds