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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c2375 const char *zAffinity; /* The affinity to be applied */ local
2378 zAffinity = pOp->p4.z;
2379 assert( zAffinity!=0 );
2380 assert( zAffinity[pOp->p2]==0 );
2382 while( (cAff = *(zAffinity++))!=0 ){
2419 char *zAffinity; /* The affinity string for the record */ local
2443 zAffinity = pOp->p4.z;
2460 if( zAffinity ){
2461 applyAffinity(pRec, zAffinity[pRec-pData0], encoding);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62572 const char *zAffinity; /* The affinity to be applied */ member in struct:vdbeExecUnion::OP_Affinity_stack_vars
62587 char *zAffinity; /* The affinity string for the record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c70572 const char *zAffinity; /* The affinity to be applied */ local
70616 char *zAffinity; /* The affinity string for the record */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c70592 const char *zAffinity; /* The affinity to be applied */ local
70636 char *zAffinity; /* The affinity string for the record */ local
[all...]

Completed in 507 milliseconds