Lines Matching refs:queryRes
165 int queryRes; in satisfy_query() local
199 queryRes = queryLDAP(q, 0, 1); in satisfy_query()
207 if (queryRes != LDAP_SUCCESS) { in satisfy_query()
229 queryRes = queryLDAP(q, 0, 1); in satisfy_query()
238 queryRes = LDAP_SUCCESS; in satisfy_query()
241 if (queryRes == LDAP_SUCCESS) { in satisfy_query()
443 int queryRes = queryLDAP(0, 0, 1); in first() local
444 if (queryRes == LDAP_SUCCESS) in first()
675 int queryRes = queryLDAP(0, 0, 1); in all() local
676 if (queryRes != LDAP_SUCCESS) { in all()
764 int queryRes, doingModify; in remove_aux() local
784 queryRes = removeLDAP(cq, o); in remove_aux()
785 if (queryRes != LDAP_SUCCESS) { in remove_aux()
840 int queryRes = removeLDAP(q, 0); in remove() local
842 if (queryRes != LDAP_SUCCESS) in remove()
992 int queryRes; in add() local
1002 queryRes = storeLDAP(q, obj, 0, e, 0); in add()
1003 if (queryRes != LDAP_SUCCESS) { in add()
1015 ldap_err2string(queryRes)); in add()