Home
last modified time | relevance | path

Searched refs:P3_DYNAMIC (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c293 if( pOp->p3 && pOp->p3type==P3_DYNAMIC ){ in sqliteVdbeChangeP3()
305 pOp->p3type = P3_DYNAMIC; in sqliteVdbeChangeP3()
329 if( pOp->p3type!=P3_DYNAMIC ){ in sqliteVdbeDequoteP3()
331 pOp->p3type = P3_DYNAMIC; in sqliteVdbeDequoteP3()
351 if( pOp->p3type!=P3_DYNAMIC ){ in sqliteVdbeCompressSpace()
353 pOp->p3type = P3_DYNAMIC; in sqliteVdbeCompressSpace()
1004 if( p->aOp[i].p3type==P3_DYNAMIC ){ in sqliteVdbeDelete()
H A Dvdbe.h68 #define P3_DYNAMIC (-1) /* Pointer to a string obtained from sqliteMalloc() */ macro
H A Dselect.c344 sqliteVdbeOp3(v, OP_SortMakeKey, pOrderBy->nExpr, 0, zSortOrder, P3_DYNAMIC); in pushOntoSorter()
367 sqliteVdbeChangeP3(v, -1, zType, P3_DYNAMIC); in sqliteAddKeyType()
751 sqliteVdbeOp3(v, OP_ColumnName, i, p2, zName, P3_DYNAMIC); in generateColumnNames()
H A Dinsert.c679 sqliteVdbeChangeP3(v, -1, zMsg, P3_DYNAMIC); in sqliteGenerateConstraintChecks()