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