Lines Matching refs:eEdit
212780 u8 eEdit; /* Edit operation to apply */ member
212875 pParse->eEdit = 0;
215357 pIns->eEdit = pParse->eEdit;
215399 if( pParse->eEdit && jsonBlobMakeEditable(pParse, pParse->nIns) ){
215402 if( pParse->eEdit==JEDIT_DEL ){
215408 }else if( pParse->eEdit==JEDIT_INS ){
215410 }else if( pParse->eEdit==JEDIT_AINS ){
215486 if( pParse->eEdit>=JEDIT_INS ){
215490 testcase( pParse->eEdit==JEDIT_INS );
215491 testcase( pParse->eEdit==JEDIT_SET );
215492 testcase( pParse->eEdit==JEDIT_AINS );
215493 if( pParse->eEdit==JEDIT_AINS && sqlite3_strglob("*]",&zPath[i])!=0 ){
215576 if( pParse->eEdit>=JEDIT_INS ){
215578 testcase( pParse->eEdit==JEDIT_INS );
215579 testcase( pParse->eEdit==JEDIT_AINS );
215580 testcase( pParse->eEdit==JEDIT_SET );
215948 int eEdit /* JEDIT_INS, JEDIT_REPL, JEDIT_SET, JEDIT_AINS */ argument
215976 if( eEdit==JEDIT_REPL || eEdit==JEDIT_SET ){
215981 p->eEdit = eEdit;
216902 p->eEdit = JEDIT_DEL;
217692 assert( p->sParse.eEdit==0 );