Searched refs:pArray (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_intarray.c | 308 sqlite3_intarray *pArray; in test_intarray_create() local 319 rc = sqlite3_intarray_create(db, zName, &pArray); in test_intarray_create() 325 sqlite3TestMakePointerStr(interp, zPtr, pArray); in test_intarray_create() 341 sqlite3_intarray *pArray; in test_intarray_bind() local 350 pArray = (sqlite3_intarray*)sqlite3TestTextToPtr(Tcl_GetString(objv[1])); in test_intarray_bind() 363 rc = sqlite3_intarray_bind(pArray, n, a, sqlite3_free); in test_intarray_bind()
|
| H A D | tclsqlite.c | 1599 if( pArray ){ in dbEvalInit() 1600 p->pArray = pArray; in dbEvalInit() 1601 Tcl_IncrRefCount(pArray); in dbEvalInit() 1636 if( p->pArray ){ in dbEvalRowInfo() 1688 if( p->pArray ){ in dbEvalStep() 1739 if( p->pArray ){ in dbEvalFinalize() 1741 p->pArray = 0; in dbEvalFinalize() 1830 Tcl_Obj *pArray = p->pArray; in DbEvalNextCmd() local 1838 if( pArray==0 ){ in DbEvalNextCmd() 2832 Tcl_Obj *pArray = 0; in DbObjCmd() local [all …]
|
| H A D | build.c | 4641 void *pArray, /* Array of objects. Might be reallocated */ in sqlite3ArrayAllocate() argument 4650 void *pNew = sqlite3DbRealloc(db, pArray, sz*szEntry); in sqlite3ArrayAllocate() 4653 return pArray; in sqlite3ArrayAllocate() 4655 pArray = pNew; in sqlite3ArrayAllocate() 4657 z = (char*)pArray; in sqlite3ArrayAllocate() 4660 return pArray; in sqlite3ArrayAllocate()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_file.c | 2983 Segment *pArray = 0; /* Array to report on */ in lsmInfoArrayStructure() local 2999 pArray = findSegment(pWorker, iFirst); in lsmInfoArrayStructure() 3001 if( pArray==0 ){ in lsmInfoArrayStructure() 3010 iBlk = fsPageToBlock(pFS, pArray->iFirst); in lsmInfoArrayStructure() 3011 iLastBlk = fsPageToBlock(pFS, pArray->iLastPg); in lsmInfoArrayStructure() 3017 fsBlockNext(pFS, pArray, iBlk, &iBlk); in lsmInfoArrayStructure() 3021 lsmStringAppendf(&str, "%d", pArray->iFirst); in lsmInfoArrayStructure() 3024 fsBlockNext(pFS, pArray, iBlk, &iBlk); in lsmInfoArrayStructure() 3027 lsmStringAppendf(&str, " %d", pArray->iLastPg); in lsmInfoArrayStructure()
|