Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_tclvar.c129 if( pCur->pList2 ){ in tclvarClose()
130 Tcl_DecrRefCount(pCur->pList2); in tclvarClose()
143 if( !pCur->pList2 ){ in next2()
150 Tcl_IncrRefCount(pCur->pList2); in next2()
155 Tcl_ListObjLength(0, pCur->pList2, &n); in next2()
157 Tcl_DecrRefCount(pCur->pList2); in next2()
158 pCur->pList2 = 0; in next2()
237 if( pCur->pList2 ){ in tclvarFilter()
238 Tcl_DecrRefCount(pCur->pList2); in tclvarFilter()
239 pCur->pList2 = 0; in tclvarFilter()
[all …]