Lines Matching refs:curEntry
811 ns_ldap_entry_t *curEntry = NULL; in __s_api_getEntry() local
823 &curEntry, &cookie->errorp); in __s_api_getEntry()
832 __ns_ldap_freeEntry(curEntry); in __s_api_getEntry()
833 curEntry = NULL; in __s_api_getEntry()
836 cookie->result->entry = curEntry; in __s_api_getEntry()
837 cookie->nextEntry = curEntry; in __s_api_getEntry()
839 cookie->nextEntry->next = curEntry; in __s_api_getEntry()
840 cookie->nextEntry = curEntry; in __s_api_getEntry()
4031 ns_ldap_entry_t *curEntry = NULL; in __ns_ldap_freeResult() local
4043 curEntry = res->entry; in __ns_ldap_freeResult()
4046 if (curEntry != NULL) { in __ns_ldap_freeResult()
4047 delEntry = curEntry; in __ns_ldap_freeResult()
4048 curEntry = curEntry->next; in __ns_ldap_freeResult()