Searched refs:iChild (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
H A D | 2-2.c | 78 static int iPrepare = 0, iParent = 0, iChild = 0; variable 124 iChild |= 1 << 3; in c3() 129 iChild |= 1 << 5; in c5() 134 iChild |= 1 << 6; in c6() 169 if (iChild != 104) { in threaded()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 73919 assertParentIndex(MemPage *pParent, int iIdx, Pgno iChild) global() argument 75687 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) global() argument 78865 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent ) global() argument 127539 int iChild = sqlite3TableColumnToStorage(pFKey->pFrom,aiCol[i]) global() local 155168 markTermAsChild(WhereClause *pWC, int iChild, int iParent) global() argument 181542 u64 iChild; /* Block id of child node to descend to */ global() local 193624 sqlite3_int64 iChild; /* Pointer to child node */ global() member 194475 fts3StartNode(Blob *pNode, int iHeight, sqlite3_int64 iChild) global() argument 204050 i64 iChild = nodeGetRowid(pRtree, pRoot, 0); global() local 227643 int iChild; global() local [all...] |
H A D | shell.c | 14564 i64 iChild = sqlite3_column_int(pLaf->pAllAndParent, 1); in recoverLostAndFound2Step() local 14565 if( recoverBitmapQuery(pLaf->pUsed, iChild)==0 ){ in recoverLostAndFound2Step() 14566 sqlite3_bind_int64(pLaf->pMapInsert, 1, iChild); in recoverLostAndFound2Step() 14572 sqlite3_bind_int64(pLaf->pMaxField, 1, iChild); in recoverLostAndFound2Step()
|
Completed in 156 milliseconds