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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c3214 ** Code an OP_Affinity opcode to apply the column affinity string zAff
3218 ** beginning and end of zAff are ignored. If all entries in zAff are
3221 ** This routine makes its own copy of zAff so that the caller is free
3222 ** to modify zAff after this routine returns.
3224 static void codeApplyAffinity(Parse *pParse, int base, int n, char *zAff){ argument
3226 if( zAff==0 ){
3235 while( n>0 && zAff[0]==SQLITE_AFF_NONE ){
3238 zAff++;
3240 while( n>1 && zAff[
3373 char *zAff; /* Affinity string to return */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c100878 codeApplyAffinity(Parse *pParse, int base, int n, char *zAff) argument
101027 char *zAff; /* Affinity string to return */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c81534 const char *zAff = "unk"; local
113344 codeApplyAffinity(Parse *pParse, int base, int n, char *zAff) argument
113518 char *zAff; /* Affinity string to return */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c81554 const char *zAff = "unk"; local
113364 codeApplyAffinity(Parse *pParse, int base, int n, char *zAff) argument
113538 char *zAff; /* Affinity string to return */ local
[all...]

Completed in 443 milliseconds