Searched refs:pNode (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | btree_rb.c | 101 BtRbNode *pNode; member 166 p->pNode = 0; in checkReadLocks() 279 static char *append_node(char * orig, BtRbNode *pNode, int indent) in append_node() argument 288 sprintf(buf, "%p", pNode); in append_node() 291 if( pNode ){ in append_node() 293 if( pNode->isBlack ){ in append_node() 298 orig = append_node( orig, pNode->pLeft, indent ); in append_node() 299 orig = append_node( orig, pNode->pRight, indent ); in append_node() 311 static void print_node(BtRbNode *pNode) in print_node() argument 313 char * str = append_node(0, pNode, 0); in print_node() [all …]
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | memcache.c | 516 ldapmemcacheld *pNode = NULL, *pNextNode = NULL; in ldap_memcache_destroy() local 528 for (pNode = cache->ldmemc_lds; pNode; pNode = pNextNode, i++) { in ldap_memcache_destroy() 529 LDAP_MUTEX_LOCK( pNode->ldmemcl_ld, LDAP_MEMCACHE_LOCK ); in ldap_memcache_destroy() 530 cache->ldmemc_lds = pNode->ldmemcl_next; in ldap_memcache_destroy() 531 pNode->ldmemcl_ld->ld_memcache = NULL; in ldap_memcache_destroy() 532 LDAP_MUTEX_UNLOCK( pNode->ldmemcl_ld, LDAP_MEMCACHE_LOCK ); in ldap_memcache_destroy() 533 pNextNode = pNode->ldmemcl_next; in ldap_memcache_destroy() 534 NSLDAPI_FREE(pNode); in ldap_memcache_destroy()
|