HomeSort by relevance Sort by last modified time
    Searched refs:TriggerPrg (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
trigger.c 799 ** Create and populate a new TriggerPrg object with a sub-program
802 static TriggerPrg *codeRowTrigger(
810 TriggerPrg *pPrg; /* Value to return */
821 /* Allocate the TriggerPrg and SubProgram objects. To ensure that they
824 pPrg = sqlite3DbMallocZero(db, sizeof(TriggerPrg));
909 ** Return a pointer to a TriggerPrg object containing the sub-program for
911 ** TriggerPrg object exists, a new object is allocated and populated before
914 static TriggerPrg *getRowTrigger(
921 TriggerPrg *pPrg;
927 ** a matching TriggerPrg.pTrigger field will be present somewher
    [all...]
sqliteInt.h 631 typedef struct TriggerPrg TriggerPrg;
    [all...]
prepare.c 667 /* Delete any TriggerPrg structures allocated while parsing this statement. */
669 TriggerPrg *pT = pParse->pTriggerPrg;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 49 milliseconds