SubProgram 7905 third_party/sqlite/amalgamation/sqlite3.c typedef struct SubProgram SubProgram; SubProgram 7933 third_party/sqlite/amalgamation/sqlite3.c SubProgram *pProgram; /* Used when p4type is P4_SUBPROGRAM */ SubProgram 7955 third_party/sqlite/amalgamation/sqlite3.c SubProgram *pNext; /* Next sub-program already visited */ SubProgram 8272 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeLinkSubProgram(Vdbe *, SubProgram *); SubProgram 10483 third_party/sqlite/amalgamation/sqlite3.c SubProgram *pProgram; /* Program implementing pTrigger/orconf */ SubProgram 12537 third_party/sqlite/amalgamation/sqlite3.c SubProgram *pProgram; /* Linked list of all sub-programs used by VM */ SubProgram 57417 third_party/sqlite/amalgamation/sqlite3.c SubProgram **apSub; /* Array of subprograms */ SubProgram 57447 third_party/sqlite/amalgamation/sqlite3.c int nByte = (p->nSub+1)*sizeof(SubProgram*); SubProgram 57782 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeLinkSubProgram(Vdbe *pVdbe, SubProgram *p){ SubProgram 58254 third_party/sqlite/amalgamation/sqlite3.c SubProgram **apSub = 0; /* Array of sub-vdbes */ SubProgram 58297 third_party/sqlite/amalgamation/sqlite3.c apSub = (SubProgram **)pSub->z; SubProgram 58351 third_party/sqlite/amalgamation/sqlite3.c int nByte = (nSub+1)*sizeof(SubProgram*); SubProgram 58357 third_party/sqlite/amalgamation/sqlite3.c apSub = (SubProgram **)pSub->z; SubProgram 58360 third_party/sqlite/amalgamation/sqlite3.c pSub->n = nSub*sizeof(SubProgram*); SubProgram 59522 third_party/sqlite/amalgamation/sqlite3.c SubProgram *pSub, *pNext; SubProgram 62794 third_party/sqlite/amalgamation/sqlite3.c SubProgram *pProgram; /* Sub-program to execute */ SubProgram 67327 third_party/sqlite/amalgamation/sqlite3.c SubProgram *pProgram; /* Sub-program to execute */ SubProgram 95400 third_party/sqlite/amalgamation/sqlite3.c SubProgram *pProgram = 0; /* Sub-vdbe for trigger program */ SubProgram 95414 third_party/sqlite/amalgamation/sqlite3.c pPrg->pProgram = pProgram = sqlite3DbMallocZero(db, sizeof(SubProgram)); SubProgram 2138 third_party/sqlite/src/src/sqliteInt.h SubProgram *pProgram; /* Program implementing pTrigger/orconf */ SubProgram 814 third_party/sqlite/src/src/trigger.c SubProgram *pProgram = 0; /* Sub-vdbe for trigger program */ SubProgram 828 third_party/sqlite/src/src/trigger.c pPrg->pProgram = pProgram = sqlite3DbMallocZero(db, sizeof(SubProgram)); SubProgram 4914 third_party/sqlite/src/src/vdbe.c SubProgram *pProgram; /* Sub-program to execute */ SubProgram 35 third_party/sqlite/src/src/vdbe.h typedef struct SubProgram SubProgram; SubProgram 63 third_party/sqlite/src/src/vdbe.h SubProgram *pProgram; /* Used when p4type is P4_SUBPROGRAM */ SubProgram 85 third_party/sqlite/src/src/vdbe.h SubProgram *pNext; /* Next sub-program already visited */ SubProgram 216 third_party/sqlite/src/src/vdbe.h void sqlite3VdbeLinkSubProgram(Vdbe *, SubProgram *); SubProgram 323 third_party/sqlite/src/src/vdbeInt.h SubProgram *pProgram; /* Linked list of all sub-programs used by VM */ SubProgram 292 third_party/sqlite/src/src/vdbeaux.c SubProgram **apSub; /* Array of subprograms */ SubProgram 322 third_party/sqlite/src/src/vdbeaux.c int nByte = (p->nSub+1)*sizeof(SubProgram*); SubProgram 657 third_party/sqlite/src/src/vdbeaux.c void sqlite3VdbeLinkSubProgram(Vdbe *pVdbe, SubProgram *p){ SubProgram 1129 third_party/sqlite/src/src/vdbeaux.c SubProgram **apSub = 0; /* Array of sub-vdbes */ SubProgram 1172 third_party/sqlite/src/src/vdbeaux.c apSub = (SubProgram **)pSub->z; SubProgram 1226 third_party/sqlite/src/src/vdbeaux.c int nByte = (nSub+1)*sizeof(SubProgram*); SubProgram 1232 third_party/sqlite/src/src/vdbeaux.c apSub = (SubProgram **)pSub->z; SubProgram 1235 third_party/sqlite/src/src/vdbeaux.c pSub->n = nSub*sizeof(SubProgram*); SubProgram 2397 third_party/sqlite/src/src/vdbeaux.c SubProgram *pSub, *pNext;