Searched defs:Errno (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 732 int Errno; local 901 Errno = rc; 930 /* if no server response, set Errno */ 933 LDAP_OPT_ERROR_NUMBER, &Errno); 948 * need Errno, referrals, error msg, 952 rc = ldap_parse_result(conp->ld, res, &Errno, 971 if (Errno == LDAP_REFERRAL && followRef && 996 if (Errno != LDAP_SUCCESS) { 1131 Errno, errmsg); 1142 "%s", ldap_err2string(Errno)); [all...] |
Completed in 29 milliseconds