Lines Matching defs:zAffinity
65096 const char *zAffinity; /* The affinity to be applied */
65111 char *zAffinity; /* The affinity string for the record */
67306 const char *zAffinity; /* The affinity to be applied */
67310 u.ao.zAffinity = pOp->p4.z;
67311 assert( u.ao.zAffinity!=0 );
67312 assert( u.ao.zAffinity[pOp->p2]==0 );
67314 while( (u.ao.cAff = *(u.ao.zAffinity++))!=0 ){
67352 char *zAffinity; /* The affinity string for the record */
67377 u.ap.zAffinity = pOp->p4.z;
67394 if( u.ap.zAffinity ){
67395 applyAffinity(u.ap.pRec, u.ap.zAffinity[u.ap.pRec-u.ap.pData0], encoding);