Searched defs:errCode (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A DDAAdvert.c40 char **attrs, char **spis, SLPError *errCode) {
58 *errCode = slp_map_err(protoErrCode);
59 if (*errCode != SLP_OK) {
39 slp_unpackDAAdvert(char *reply, char **surl, char **scopes, char **attrs, char **spis, SLPError *errCode) argument
H A DSLPFindSrvTypes.c76 SLPError errCode; local
104 if ((errCode = slp_map_err(protoErrCode)) != SLP_OK) {
105 return (cb(hp, NULL, errCode, cookie));
120 cont = cb((SLPHandle) hp, pcSrvTypes, errCode, cookie);
H A DSLPFindAttrs.c109 SLPError errCode; local
139 if ((errCode = slp_map_err(protoErrCode)) != SLP_OK) {
140 return (cb(hp, NULL, errCode, cookie));
177 cont = cb((SLPHandle) hp, pcAttrList, errCode, cookie);
201 SLPError errCode; local
218 if (slp_unpackDAAdvert(reply, &surl, &scopes, &attrs, &spis, &errCode)
222 if (errCode != SLP_OK) {
223 return (cb(hp, NULL, errCode, cookie));
231 cont = cb((SLPHandle) hp, attrs, errCode, cookie);
H A DSLPFindSrvs.c109 SLPError errCode; local
132 if ((errCode = slp_map_err(protoErrCode)) != SLP_OK) {
133 return (cb(hp, NULL, 0, errCode, cookie));
198 errCode,
229 SLPError errCode; local
242 if (slp_unpackDAAdvert(reply, &surl, &scopes, &attrs, &spis, &errCode)
246 if (errCode != SLP_OK) {
247 return (cb(hp, NULL, 0, errCode, cookie));
258 cont = cb((SLPHandle)hp, surl, 0, errCode, cookie);
H A Dslp_targets.c471 SLPError errCode, void *cookie) {
478 if (errCode != SLP_OK)
469 collect_DAs(SLPHandle h, const char *u, unsigned short lifetime, SLPError errCode, void *cookie) argument
H A DSLPUtils.c351 SLPError errCode, void *cookie) {
356 if (errCode != SLP_OK)
349 collate_scopes(SLPHandle h, const char *u, unsigned short lifetime, SLPError errCode, void *cookie) argument
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV1.java165 errCode = ServiceLocationException.OK;
255 putInt(errCode, fin);
270 if (payload != null && errCode == ServiceLocationException.OK) {
390 hdr.errCode = ((ServiceLocationException)ex).getErrorCode();
397 if (hdr.errCode ==
427 if (hdr.errCode > ServiceLocationException.AUTHENTICATION_FAILED) {
428 hdr.errCode = ServiceLocationException.PARSE_ERROR;
434 hdr.errCode = ServiceLocationException.PARSE_ERROR;
437 hdr.errCode = ServiceLocationException.PARSE_ERROR;
488 " errCode
682 parseServiceURLIn(DataInputStream dis, boolean lifeTimeToo, short errCode) argument
[all...]
H A DSrvLocHeader.java115 short errCode = field in class:SrvLocHeader
153 return errCode;
H A DServiceStoreInMemory.java2993 short errCode)
3028 new ServiceLocationException(errCode,
2991 checkScopeStatus(ServiceURL surl, Vector scopes, short errCode) argument
/osnet-11/usr/src/lib/libldap4/common/
H A Dreferral.c101 int rc, len, newdn, i, j, refcnt, errCode; local
151 errCode = LDAP_PARAM_ERROR;
161 errCode = ld->ld_errno;
205 errCode = ld->ld_errno;
216 Debug(LDAP_DEBUG_TRACE, catgets(slapdcat, 1, -1, "No referral was successfully chased (last error %d)\n"), errCode, 0, 0);
217 rc = errCode;
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c848 int errCode; local
853 rc = ldap_parse_result(ld, resultMsg, &errCode, NULL, NULL, &referralsp,
856 if (rc != LDAP_SUCCESS || errCode != LDAP_REFERRAL) {
858 report_error(ldap_err2string(errCode), 0);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c1073 int errCode; local
1077 if ((rc = ldap_parse_result(ld, lm, &errCode, &matched, &errMsg, &referrals, &srvctrls, 0)) != LDAP_SUCCESS){
1083 fprintf(stderr, "%s: %s\n", s, ldap_err2string(errCode));
1084 if (errCode == LDAP_REFERRAL){
1092 if (NAME_ERROR(errCode) && matched && *matched){
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c800 * errCode - value to map to an error string.
810 int errCode = 0; local
813 if (!PyArg_ParseTuple(args, "i", &errCode)) {
822 if ((beErrStr = beMapLibbePyErrorToString(errCode)) == NULL) {
823 beErrStr = be_err_to_str(errCode);
1073 * errCode - value to map to an error string.
1081 beMapLibbePyErrorToString(int errCode) argument
1083 switch (errCode) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c2563 int errCode, rc; local
2574 &errCode, NULL,
2584 if (errCode == LDAP_REFERRAL) {
2645 int errCode; local
2654 &errCode, NULL, NULL, &referrals, &retCtrls, 0);
2670 if (errCode == LDAP_REFERRAL && cookie->followRef) {
2697 &target_posp, &list_size, &errCode);
2723 &errCode, NULL, NULL, &referrals, &retCtrls, 0);
2739 if (errCode == LDAP_REFERRAL && cookie->followRef) {

Completed in 109 milliseconds