Searched refs:pNext (Results 1 – 10 of 10) sorted by relevance
137 SqlFunc *pNext; /* Next function on the list of them all */ member148 SqlCollate *pNext; /* Next function on the list of them all */ member157 SqlPreparedStmt *pNext; /* Next in linked list */ member219 IncrblobChannel *pNext; /* Linked list of all open incrblob channels */ member241 IncrblobChannel *pNext; in closeIncrblobChannels() local243 for(p=pDb->pIncrblob; p; p=pNext){ in closeIncrblobChannels()244 pNext = p->pNext; in closeIncrblobChannels()266 if( p->pNext ){ in incrblobClose()267 p->pNext->pPrev = p->pPrev; in incrblobClose()270 p->pPrev->pNext = p->pNext; in incrblobClose()[all …]
1581 struct _vfree *pNext; member1598 for (ppvf = &vflist; *ppvf; ppvf = &((*ppvf)->pNext)) { in ofw_valloc()1612 (*ppvf) = (*ppvf)->pNext; in ofw_valloc()1626 pNew->pNext = (*ppvf)->pNext; in ofw_valloc()1627 (*ppvf)->pNext = pNew; in ofw_valloc()1797 struct _leftover *pNext; member1818 ppLeftover = &((*ppLeftover)->pNext)) in ofw_malloc()1827 *ppLeftover = (*ppLeftover)->pNext; in ofw_malloc()1830 pLeft = (*ppLeftover)->pNext; in ofw_malloc()1835 (*ppLeftover)->pNext = pLeft; in ofw_malloc()[all …]
13257 relax_group_list_t *pNext = pHead; in list_insert() local13260 while (pNext->next) in list_insert()13262 if (pNext->next->id > (int) pElem->r_addend) in list_insert()13265 pNext = pNext->next; in list_insert()13273 relax_group_list_t *tmp = pNext->next; in list_insert()13274 pNext->next = pNew; in list_insert()13287 relax_group_list_t *pNext = pNode; in list_insert_sibling() local13290 while (pNext->next_sibling) in list_insert_sibling()13292 pNext = pNext->next_sibling; in list_insert_sibling()13300 relax_group_list_t *tmp = pNext->next_sibling; in list_insert_sibling()[all …]
13254 relax_group_list_t *pNext = pHead; in list_insert() local13257 while (pNext->next) in list_insert()13259 if (pNext->next->id > (int) pElem->r_addend) in list_insert()13262 pNext = pNext->next; in list_insert()13270 relax_group_list_t *tmp = pNext->next; in list_insert()13271 pNext->next = pNew; in list_insert()13284 relax_group_list_t *pNext = pNode; in list_insert_sibling() local13287 while (pNext->next_sibling) in list_insert_sibling()13289 pNext = pNext->next_sibling; in list_insert_sibling()13297 relax_group_list_t *tmp = pNext->next_sibling; in list_insert_sibling()[all …]
6423 ReStateSet aStateSet[2], *pThis, *pNext; in re_match() local6459 pNext = &aStateSet[1]; in re_match()6460 pNext->nState = 0; in re_match()6461 re_add_state(pNext, 0); in re_match()6462 while( c!=RE_EOF && pNext->nState>0 ){ in re_match()6465 pThis = pNext; in re_match()6466 pNext = &aStateSet[iSwap]; in re_match()6468 pNext->nState = 0; in re_match()6473 if( pRe->aArg[x]==c ) re_add_state(pNext, x+1); in re_match()6481 if( c!=0 ) re_add_state(pNext, x+1); in re_match()[all …]
1782 sqlite3_vfs *pNext; /* Next registered VFS */ member16490 SubProgram *pNext; /* Next sub-program already visited */ member17497 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ member17885 FuncDef *pNext; /* Next function with same name */ member18107 Savepoint *pNext; /* Parent savepoint (if any) */ member18324 VTable *pNext; /* Next in linked list (see above) */ member18677 Index *pNext; /* The next index associated with the same table */ member19339 NameContext *pNext; /* Next outer name context. NULL for outermost */ member19446 Select *pNext; /* Next select to the left in a compound */ member19616 AutoincInfo *pNext; /* Next info block in a list of them all */ member[all …]
1469 sqlite3_vfs *pNext; /* Next registered VFS */ member
746 Slapi_PBlock *pNext = NULL; in slapi_int_unregister_plugin() local748 slapi_pblock_get( pPlugin, SLAPI_IBM_PBLOCK, &pNext ); in slapi_int_unregister_plugin()749 slapi_pblock_set( pPrev, SLAPI_IBM_PBLOCK, &pNext ); in slapi_int_unregister_plugin()
887 rr->next = parse_dns_record(pRec->pNext); in parse_dns_record()
366 sqlite3_vfs *pNext; /** Next registered VFS */ member