CollSeq 7581 third_party/sqlite/amalgamation/sqlite3.c typedef struct CollSeq CollSeq; CollSeq 7928 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */ CollSeq 9161 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pDfltColl; /* The default collating sequence (BINARY) */ CollSeq 9754 third_party/sqlite/amalgamation/sqlite3.c CollSeq *aColl[1]; /* Collating sequence for each term of the key */ CollSeq 10002 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; /* The collation type of the column or 0 */ CollSeq 11280 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3FindCollSeq(sqlite3*,u8 enc, const char*,int); CollSeq 11281 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char*zName); CollSeq 11282 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3ExprCollSeq(Parse *pParse, Expr *pExpr); CollSeq 11283 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3ExprSetColl(Expr*, CollSeq*); CollSeq 11285 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3CheckCollSeq(Parse *, CollSeq *); CollSeq 11331 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3GetCollSeq(sqlite3*, u8, CollSeq *, const char*); CollSeq 11426 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3BinaryCompareCollSeq(Parse *, Expr *, Expr *); CollSeq 12464 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; /* Collating sequence */ CollSeq 12566 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3MemCompare(const Mem*, const Mem*, const CollSeq*); CollSeq 56743 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3MemCompare(const Mem *pMem1, const Mem *pMem2, const CollSeq *pColl){ CollSeq 57988 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl = pKeyInfo->aColl[j]; CollSeq 58012 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl = pOp->p4.pColl; CollSeq 62537 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; /* Collating sequence to use on this term */ CollSeq 64195 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; /* Collating sequence to use on this term */ CollSeq 70320 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl = pE->pColl; CollSeq 70799 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3ExprSetColl(Expr *pExpr, CollSeq *pColl){ CollSeq 70816 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 70829 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3ExprCollSeq(Parse *pParse, Expr *pExpr){ CollSeq 70830 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl = 0; CollSeq 70952 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3BinaryCompareCollSeq( CollSeq 70957 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 70988 third_party/sqlite/amalgamation/sqlite3.c CollSeq *p4; CollSeq 72213 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pReq = sqlite3BinaryCompareCollSeq(pParse, pX->pLeft, pExpr); CollSeq 73272 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl = 0; /* A collating sequence */ CollSeq 75564 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 78111 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char *zName){ CollSeq 78115 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 79415 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl = pExpr->pColl; CollSeq 80508 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; /* Collating sequence to be reindexed, or NULL */ CollSeq 80574 third_party/sqlite/amalgamation/sqlite3.c int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol; CollSeq 80650 third_party/sqlite/amalgamation/sqlite3.c static int synthCollSeq(sqlite3 *db, CollSeq *pColl){ CollSeq 80651 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl2; CollSeq 80658 third_party/sqlite/amalgamation/sqlite3.c memcpy(pColl, pColl2, sizeof(CollSeq)); CollSeq 80680 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3GetCollSeq( CollSeq 80683 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl, /* Collating sequence with native encoding, or NULL */ CollSeq 80686 third_party/sqlite/amalgamation/sqlite3.c CollSeq *p; CollSeq 80717 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3CheckCollSeq(Parse *pParse, CollSeq *pColl){ CollSeq 80721 third_party/sqlite/amalgamation/sqlite3.c CollSeq *p = sqlite3GetCollSeq(db, ENC(db), pColl, zName); CollSeq 80747 third_party/sqlite/amalgamation/sqlite3.c static CollSeq *findCollSeqEntry( CollSeq 80752 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 80759 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pDel = 0; CollSeq 80800 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3FindCollSeq( CollSeq 80806 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 81726 third_party/sqlite/amalgamation/sqlite3.c static CollSeq *sqlite3GetFuncCollSeq(sqlite3_context *context){ CollSeq 81741 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 82438 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl = sqlite3GetFuncCollSeq(context); CollSeq 83030 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl = sqlite3GetFuncCollSeq(context); CollSeq 88515 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl = (CollSeq *)sqliteHashData(p); CollSeq 90677 third_party/sqlite/amalgamation/sqlite3.c pInfo = sqlite3DbMallocZero(db, sizeof(*pInfo) + nExpr*(sizeof(CollSeq*)+1) ); CollSeq 90684 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 91242 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 91398 third_party/sqlite/amalgamation/sqlite3.c static CollSeq *multiSelectCollSeq(Parse *pParse, Select *p, int iCol){ CollSeq 91399 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pRet; CollSeq 91755 third_party/sqlite/amalgamation/sqlite3.c CollSeq **apColl; /* For looping through pKeyInfo->aColl[] */ CollSeq 91761 third_party/sqlite/amalgamation/sqlite3.c sizeof(*pKeyInfo)+nCol*(sizeof(CollSeq*) + 1)); CollSeq 92145 third_party/sqlite/amalgamation/sqlite3.c sqlite3DbMallocRaw(db, sizeof(*pKeyMerge)+nOrderBy*(sizeof(CollSeq*)+1)); CollSeq 92151 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 92185 third_party/sqlite/amalgamation/sqlite3.c sizeof(*pKeyDup) + nExpr*(sizeof(CollSeq*)+1) ); CollSeq 93506 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl = 0; CollSeq 98176 third_party/sqlite/amalgamation/sqlite3.c SWAP(CollSeq*,pExpr->pRight->pColl,pExpr->pLeft->pColl); CollSeq 98240 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 98907 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; /* Collating sequence to use */ CollSeq 99109 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; /* The collating sequence of pExpr */ CollSeq 99474 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; /* Collating sequence to on a column */ CollSeq 99961 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 108001 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl = (CollSeq *)sqliteHashData(i); CollSeq 108866 third_party/sqlite/amalgamation/sqlite3.c CollSeq *pColl; CollSeq 108906 third_party/sqlite/amalgamation/sqlite3.c CollSeq *aColl = sqlite3HashFind(&db->aCollSeq, zName, nName); CollSeq 108909 third_party/sqlite/amalgamation/sqlite3.c CollSeq *p = &aColl[j]; CollSeq 242 third_party/sqlite/src/src/analyze.c CollSeq *pColl; CollSeq 1272 third_party/sqlite/src/src/build.c CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char *zName){ CollSeq 1276 third_party/sqlite/src/src/build.c CollSeq *pColl; CollSeq 2576 third_party/sqlite/src/src/build.c CollSeq *pColl = pExpr->pColl; CollSeq 3669 third_party/sqlite/src/src/build.c CollSeq *pColl; /* Collating sequence to be reindexed, or NULL */ CollSeq 3735 third_party/sqlite/src/src/build.c int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol; CollSeq 52 third_party/sqlite/src/src/callback.c static int synthCollSeq(sqlite3 *db, CollSeq *pColl){ CollSeq 53 third_party/sqlite/src/src/callback.c CollSeq *pColl2; CollSeq 60 third_party/sqlite/src/src/callback.c memcpy(pColl, pColl2, sizeof(CollSeq)); CollSeq 82 third_party/sqlite/src/src/callback.c CollSeq *sqlite3GetCollSeq( CollSeq 85 third_party/sqlite/src/src/callback.c CollSeq *pColl, /* Collating sequence with native encoding, or NULL */ CollSeq 88 third_party/sqlite/src/src/callback.c CollSeq *p; CollSeq 119 third_party/sqlite/src/src/callback.c int sqlite3CheckCollSeq(Parse *pParse, CollSeq *pColl){ CollSeq 123 third_party/sqlite/src/src/callback.c CollSeq *p = sqlite3GetCollSeq(db, ENC(db), pColl, zName); CollSeq 149 third_party/sqlite/src/src/callback.c static CollSeq *findCollSeqEntry( CollSeq 154 third_party/sqlite/src/src/callback.c CollSeq *pColl; CollSeq 161 third_party/sqlite/src/src/callback.c CollSeq *pDel = 0; CollSeq 202 third_party/sqlite/src/src/callback.c CollSeq *sqlite3FindCollSeq( CollSeq 208 third_party/sqlite/src/src/callback.c CollSeq *pColl; CollSeq 62 third_party/sqlite/src/src/expr.c Expr *sqlite3ExprSetColl(Expr *pExpr, CollSeq *pColl){ CollSeq 79 third_party/sqlite/src/src/expr.c CollSeq *pColl; CollSeq 92 third_party/sqlite/src/src/expr.c CollSeq *sqlite3ExprCollSeq(Parse *pParse, Expr *pExpr){ CollSeq 93 third_party/sqlite/src/src/expr.c CollSeq *pColl = 0; CollSeq 215 third_party/sqlite/src/src/expr.c CollSeq *sqlite3BinaryCompareCollSeq( CollSeq 220 third_party/sqlite/src/src/expr.c CollSeq *pColl; CollSeq 251 third_party/sqlite/src/src/expr.c CollSeq *p4; CollSeq 1476 third_party/sqlite/src/src/expr.c CollSeq *pReq = sqlite3BinaryCompareCollSeq(pParse, pX->pLeft, pExpr); CollSeq 2535 third_party/sqlite/src/src/expr.c CollSeq *pColl = 0; /* A collating sequence */ CollSeq 27 third_party/sqlite/src/src/func.c static CollSeq *sqlite3GetFuncCollSeq(sqlite3_context *context){ CollSeq 42 third_party/sqlite/src/src/func.c CollSeq *pColl; CollSeq 739 third_party/sqlite/src/src/func.c CollSeq *pColl = sqlite3GetFuncCollSeq(context); CollSeq 1331 third_party/sqlite/src/src/func.c CollSeq *pColl = sqlite3GetFuncCollSeq(context); CollSeq 756 third_party/sqlite/src/src/main.c CollSeq *pColl = (CollSeq *)sqliteHashData(i); CollSeq 1621 third_party/sqlite/src/src/main.c CollSeq *pColl; CollSeq 1661 third_party/sqlite/src/src/main.c CollSeq *aColl = sqlite3HashFind(&db->aCollSeq, zName, nName); CollSeq 1664 third_party/sqlite/src/src/main.c CollSeq *p = &aColl[j]; CollSeq 979 third_party/sqlite/src/src/pragma.c CollSeq *pColl = (CollSeq *)sqliteHashData(p); CollSeq 789 third_party/sqlite/src/src/resolve.c CollSeq *pColl = pE->pColl; CollSeq 755 third_party/sqlite/src/src/select.c pInfo = sqlite3DbMallocZero(db, sizeof(*pInfo) + nExpr*(sizeof(CollSeq*)+1) ); CollSeq 762 third_party/sqlite/src/src/select.c CollSeq *pColl; CollSeq 1320 third_party/sqlite/src/src/select.c CollSeq *pColl; CollSeq 1476 third_party/sqlite/src/src/select.c static CollSeq *multiSelectCollSeq(Parse *pParse, Select *p, int iCol){ CollSeq 1477 third_party/sqlite/src/src/select.c CollSeq *pRet; CollSeq 1833 third_party/sqlite/src/src/select.c CollSeq **apColl; /* For looping through pKeyInfo->aColl[] */ CollSeq 1839 third_party/sqlite/src/src/select.c sizeof(*pKeyInfo)+nCol*(sizeof(CollSeq*) + 1)); CollSeq 2223 third_party/sqlite/src/src/select.c sqlite3DbMallocRaw(db, sizeof(*pKeyMerge)+nOrderBy*(sizeof(CollSeq*)+1)); CollSeq 2229 third_party/sqlite/src/src/select.c CollSeq *pColl; CollSeq 2263 third_party/sqlite/src/src/select.c sizeof(*pKeyDup) + nExpr*(sizeof(CollSeq*)+1) ); CollSeq 3584 third_party/sqlite/src/src/select.c CollSeq *pColl = 0; CollSeq 601 third_party/sqlite/src/src/sqliteInt.h typedef struct CollSeq CollSeq; CollSeq 816 third_party/sqlite/src/src/sqliteInt.h CollSeq *pDfltColl; /* The default collating sequence (BINARY) */ CollSeq 1409 third_party/sqlite/src/src/sqliteInt.h CollSeq *aColl[1]; /* Collating sequence for each term of the key */ CollSeq 1657 third_party/sqlite/src/src/sqliteInt.h CollSeq *pColl; /* The collation type of the column or 0 */ CollSeq 2935 third_party/sqlite/src/src/sqliteInt.h CollSeq *sqlite3FindCollSeq(sqlite3*,u8 enc, const char*,int); CollSeq 2936 third_party/sqlite/src/src/sqliteInt.h CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char*zName); CollSeq 2937 third_party/sqlite/src/src/sqliteInt.h CollSeq *sqlite3ExprCollSeq(Parse *pParse, Expr *pExpr); CollSeq 2938 third_party/sqlite/src/src/sqliteInt.h Expr *sqlite3ExprSetColl(Expr*, CollSeq*); CollSeq 2940 third_party/sqlite/src/src/sqliteInt.h int sqlite3CheckCollSeq(Parse *, CollSeq *); CollSeq 2986 third_party/sqlite/src/src/sqliteInt.h CollSeq *sqlite3GetCollSeq(sqlite3*, u8, CollSeq *, const char*); CollSeq 3081 third_party/sqlite/src/src/sqliteInt.h CollSeq *sqlite3BinaryCompareCollSeq(Parse *, Expr *, Expr *); CollSeq 1864 third_party/sqlite/src/src/vdbe.c CollSeq *pColl; /* Collating sequence to use on this term */ CollSeq 58 third_party/sqlite/src/src/vdbe.h CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */ CollSeq 250 third_party/sqlite/src/src/vdbeInt.h CollSeq *pColl; /* Collating sequence */ CollSeq 352 third_party/sqlite/src/src/vdbeInt.h int sqlite3MemCompare(const Mem*, const Mem*, const CollSeq*); CollSeq 863 third_party/sqlite/src/src/vdbeaux.c CollSeq *pColl = pKeyInfo->aColl[j]; CollSeq 887 third_party/sqlite/src/src/vdbeaux.c CollSeq *pColl = pOp->p4.pColl; CollSeq 778 third_party/sqlite/src/src/vdbemem.c int sqlite3MemCompare(const Mem *pMem1, const Mem *pMem2, const CollSeq *pColl){ CollSeq 522 third_party/sqlite/src/src/where.c SWAP(CollSeq*,pExpr->pRight->pColl,pExpr->pLeft->pColl); CollSeq 586 third_party/sqlite/src/src/where.c CollSeq *pColl; CollSeq 1253 third_party/sqlite/src/src/where.c CollSeq *pColl; /* Collating sequence to use */ CollSeq 1455 third_party/sqlite/src/src/where.c CollSeq *pColl; /* The collating sequence of pExpr */ CollSeq 1820 third_party/sqlite/src/src/where.c CollSeq *pColl; /* Collating sequence to on a column */ CollSeq 2307 third_party/sqlite/src/src/where.c CollSeq *pColl;