Lines Matching defs:zAffinity
65124 const char *zAffinity; /* The affinity to be applied */
65139 char *zAffinity; /* The affinity string for the record */
67334 const char *zAffinity; /* The affinity to be applied */
67338 u.ao.zAffinity = pOp->p4.z;
67339 assert( u.ao.zAffinity!=0 );
67340 assert( u.ao.zAffinity[pOp->p2]==0 );
67342 while( (u.ao.cAff = *(u.ao.zAffinity++))!=0 ){
67380 char *zAffinity; /* The affinity string for the record */
67405 u.ap.zAffinity = pOp->p4.z;
67422 if( u.ap.zAffinity ){
67423 applyAffinity(u.ap.pRec, u.ap.zAffinity[u.ap.pRec-u.ap.pData0], encoding);