Searched refs:pTriggerPrg (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprepare.c668 while( pParse->pTriggerPrg ){
669 TriggerPrg *pT = pParse->pTriggerPrg;
670 pParse->pTriggerPrg = pT->pNext;
H A Dtrigger.c822 ** are freed if an error occurs, link them into the Parse.pTriggerPrg
826 pPrg->pNext = pTop->pTriggerPrg;
827 pTop->pTriggerPrg = pPrg;
902 assert( !pSubParse->pTriggerPrg && !pSubParse->nMaxArg );
928 ** in the Parse.pTriggerPrg list. Search for such an entry. */
929 for(pPrg=pRoot->pTriggerPrg;
H A DsqliteInt.h2121 ** Parse.pTriggerPrg and deleted once statement compilation has been
2127 ** The Parse.pTriggerPrg list never contains two entries with the same
2140 TriggerPrg *pNext; /* Next entry in Parse.pTriggerPrg list */
2251 TriggerPrg *pTriggerPrg; /* Linked list of coded triggers */ member in struct:Parse
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10466 ** Parse.pTriggerPrg and deleted once statement compilation has been
10472 ** The Parse.pTriggerPrg list never contains two entries with the same
10485 TriggerPrg *pNext; /* Next entry in Parse.pTriggerPrg list */
10596 TriggerPrg *pTriggerPrg; /* Linked list of coded triggers */ member in struct:Parse
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11850 ** Parse.pTriggerPrg and deleted once statement compilation has been
11856 ** The Parse.pTriggerPrg list never contains two entries with the same
11866 TriggerPrg *pNext; /* Next entry in Parse.pTriggerPrg list */
12005 TriggerPrg *pTriggerPrg; /* Linked list of coded triggers */ member in struct:Parse
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11850 ** Parse.pTriggerPrg and deleted once statement compilation has been
11856 ** The Parse.pTriggerPrg list never contains two entries with the same
11866 TriggerPrg *pNext; /* Next entry in Parse.pTriggerPrg list */
12005 TriggerPrg *pTriggerPrg; /* Linked list of coded triggers */ member in struct:Parse
[all...]

Completed in 1605 milliseconds