Searched refs:pArray (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1577 Tcl_Obj *pArray; /* Name of array variable */ member in struct:DbEvalContext
1602 ** If pArray is not NULL, then it contains the name of a Tcl array
1609 ** set ${pArray}(*) {a b c}
1615 Tcl_Obj *pArray, /* Name of Tcl array to set (*) element of */
1623 if( pArray ){
1624 p->pArray = pArray;
1625 Tcl_IncrRefCount(pArray);
1648 if( nCol>0 && (papColName || p->pArray) ){
1660 if( p->pArray ){
1611 dbEvalInit( DbEvalContext *p, SqliteDb *pDb, Tcl_Obj *pSql, Tcl_Obj *pArray, int evalFlags ) argument
1854 Tcl_Obj *pArray = p->pArray; local
2856 Tcl_Obj *pArray = 0; local
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c125276 sqlite3ArrayAllocate( sqlite3 *db, void *pArray, int szEntry, int *pnEntry, int *pIdx ) argument
241874 Fts5TombstoneArray *pArray = pSeg->pTombArray; local
[all...]

Completed in 503 milliseconds