error 143 examples/libsmbclient/smbwrapper/wrapper.c char *error;
error 157 examples/libsmbclient/smbwrapper/wrapper.c (error = dlerror()) != NULL) { \
error 158 examples/libsmbclient/smbwrapper/wrapper.c (* smbw_libc.write)(1, error, strlen(error)); \
error 47 lib/async_req/async_req.c "priv=%s", req->state, (int)req->error,
error 107 lib/async_req/async_req.c req->error = error;
error 125 lib/async_req/async_req.c if (req->error == 0) {
error 129 lib/async_req/async_req.c async_req_error(req, req->error);
error 175 lib/async_req/async_req.c req->error = error;
error 191 lib/async_req/async_req.c *error = req->error;
error 105 lib/async_req/async_req.h uint64_t error;
error 40 lib/async_req/async_req_ntstatus.c uint64_t error;
error 42 lib/async_req/async_req_ntstatus.c if (!async_req_is_error(req, &state, &error)) {
error 47 lib/async_req/async_req_ntstatus.c *status = NT_STATUS(error);
error 43 lib/async_req/async_sock.c uint64_t error;
error 45 lib/async_req/async_sock.c if (!async_req_is_error(req, &state, &error)) {
error 51 lib/async_req/async_sock.c *err = (int)error;
error 1171 lib/popt/popt.c switch (error) {
error 810 lib/tdb/common/tdb.c bool error;
error 821 lib/tdb/common/tdb.c state->error = true;
error 847 lib/tdb/common/tdb.c state.error = false;
error 857 lib/tdb/common/tdb.c if (state.error) {
error 871 lib/tdb/common/tdb.c state.error = false;
error 881 lib/tdb/common/tdb.c if (state.error) {
error 276 lib/tevent/tevent.h _tevent_req_error(req, error, __location__)
error 136 lib/tevent/tevent_internal.h uint64_t error;
error 48 lib/tevent/tevent_req.c (unsigned long long)req->internal.error,
error 49 lib/tevent/tevent_req.c (unsigned long long)req->internal.error,
error 183 lib/tevent/tevent_req.c if (error == 0) {
error 187 lib/tevent/tevent_req.c req->internal.error = error;
error 335 lib/tevent/tevent_req.c *error = req->internal.error;
error 60 lib/tevent/tevent_wakeup.c uint64_t error;
error 62 lib/tevent/tevent_wakeup.c if (tevent_req_is_error(req, &state, &error)) {
error 531 lib/util/charset/iconv.c goto error;
error 547 lib/util/charset/iconv.c goto error;
error 565 lib/util/charset/iconv.c goto error;
error 588 lib/util/charset/iconv.c goto error;
error 604 lib/util/charset/iconv.c goto error;
error 609 lib/util/charset/iconv.c goto error;
error 618 lib/util/charset/iconv.c error:
error 654 lib/util/charset/iconv.c goto error;
error 672 lib/util/charset/iconv.c goto error;
error 679 lib/util/charset/iconv.c goto error;
error 695 lib/util/charset/iconv.c goto error;
error 699 lib/util/charset/iconv.c goto error;
error 706 lib/util/charset/iconv.c goto error;
error 721 lib/util/charset/iconv.c goto error;
error 726 lib/util/charset/iconv.c goto error;
error 736 lib/util/charset/iconv.c error:
error 790 lib/util/charset/iconv.c goto error;
error 819 lib/util/charset/iconv.c goto error;
error 824 lib/util/charset/iconv.c goto error;
error 834 lib/util/charset/iconv.c error:
error 97 lib/zlib/contrib/iostream2/zstream.h const char* error(int* errnum) {
error 230 lib/zlib/contrib/iostream2/zstream.h const char* error(int* errnum) {
error 62 lib/zlib/contrib/minizip/iowin32.c int error;
error 107 lib/zlib/contrib/minizip/iowin32.c w32fiow.error = 0;
error 133 lib/zlib/contrib/minizip/iowin32.c ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
error 157 lib/zlib/contrib/minizip/iowin32.c ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
error 177 lib/zlib/contrib/minizip/iowin32.c ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
error 218 lib/zlib/contrib/minizip/iowin32.c ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr;
error 254 lib/zlib/contrib/minizip/iowin32.c ret = ((WIN32FILE_IOWIN*)stream) -> error;
error 119 lib/zlib/contrib/untgz/untgz.c void error OF((const char *));
error 259 lib/zlib/contrib/untgz/untgz.c error("Out of memory");
error 406 lib/zlib/contrib/untgz/untgz.c error(gzerror(in, &err));
error 450 lib/zlib/contrib/untgz/untgz.c error("bad long name");
error 513 lib/zlib/contrib/untgz/untgz.c error(gzerror(in, &err));
error 562 lib/zlib/contrib/untgz/untgz.c error("broken archive");
error 573 lib/zlib/contrib/untgz/untgz.c error("failed gzclose");
error 669 lib/zlib/contrib/untgz/untgz.c error("Unknown option");
error 74 lib/zlib/minigzip.c void error OF((const char *msg));
error 120 lib/zlib/minigzip.c if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
error 123 lib/zlib/minigzip.c if (gzclose(out) != Z_OK) error("failed gzclose");
error 154 lib/zlib/minigzip.c if (len != (int)buf_len) error(gzerror(out, &err));
error 158 lib/zlib/minigzip.c if (gzclose(out) != Z_OK) error("failed gzclose");
error 176 lib/zlib/minigzip.c if (len < 0) error (gzerror(in, &err));
error 180 lib/zlib/minigzip.c error("failed fwrite");
error 183 lib/zlib/minigzip.c if (fclose(out)) error("failed fclose");
error 185 lib/zlib/minigzip.c if (gzclose(in) != Z_OK) error("failed gzclose");
error 305 lib/zlib/minigzip.c if (file == NULL) error("can't gzdopen stdin");
error 309 lib/zlib/minigzip.c if (file == NULL) error("can't gzdopen stdout");
error 1051 librpc/gen_ndr/drsuapi.h struct drsuapi_DsAddEntryErrorInfoX error;
error 1059 librpc/gen_ndr/drsuapi.h struct drsuapi_DsAddEntryExtraError1 error;
error 1091 librpc/gen_ndr/drsuapi.h struct drsuapi_DsAddEntryErrorInfoX error;
error 1099 librpc/gen_ndr/drsuapi.h union drsuapi_DsAddEntryError *error;/* [unique,switch_is(level)] */
error 382 librpc/gen_ndr/nbt.h enum dgram_err_code error;/* [case(DGRAM_ERROR)] */
error 7584 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_push_drsuapi_DsAddEntryErrorInfoX(ndr, NDR_SCALARS, &r->error));
error 7599 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_pull_drsuapi_DsAddEntryErrorInfoX(ndr, NDR_SCALARS, &r->error));
error 7614 librpc/gen_ndr/ndr_drsuapi.c ndr_print_drsuapi_DsAddEntryErrorInfoX(ndr, "error", &r->error);
error 7626 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_push_drsuapi_DsAddEntryExtraError1(ndr, NDR_SCALARS, &r->error));
error 7632 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_push_drsuapi_DsAddEntryExtraError1(ndr, NDR_BUFFERS, &r->error));
error 7649 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_pull_drsuapi_DsAddEntryExtraError1(ndr, NDR_SCALARS, &r->error));
error 7658 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_pull_drsuapi_DsAddEntryExtraError1(ndr, NDR_BUFFERS, &r->error));
error 7673 librpc/gen_ndr/ndr_drsuapi.c ndr_print_drsuapi_DsAddEntryExtraError1(ndr, "error", &r->error);
error 8060 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_push_drsuapi_DsAddEntryErrorInfoX(ndr, NDR_SCALARS, &r->error));
error 8098 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_pull_drsuapi_DsAddEntryErrorInfoX(ndr, NDR_SCALARS, &r->error));
error 8152 librpc/gen_ndr/ndr_drsuapi.c ndr_print_drsuapi_DsAddEntryErrorInfoX(ndr, "error", &r->error);
error 8179 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_push_unique_ptr(ndr, r->error));
error 8187 librpc/gen_ndr/ndr_drsuapi.c if (r->error) {
error 8188 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_push_set_switch_value(ndr, r->error, r->level));
error 8189 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_push_drsuapi_DsAddEntryError(ndr, NDR_SCALARS|NDR_BUFFERS, r->error));
error 8225 librpc/gen_ndr/ndr_drsuapi.c NDR_PULL_ALLOC(ndr, r->error);
error 8227 librpc/gen_ndr/ndr_drsuapi.c r->error = NULL;
error 8247 librpc/gen_ndr/ndr_drsuapi.c if (r->error) {
error 8249 librpc/gen_ndr/ndr_drsuapi.c NDR_PULL_SET_MEM_CTX(ndr, r->error, 0);
error 8250 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_pull_set_switch_value(ndr, r->error, r->level));
error 8251 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_pull_drsuapi_DsAddEntryError(ndr, NDR_SCALARS|NDR_BUFFERS, r->error));
error 8289 librpc/gen_ndr/ndr_drsuapi.c ndr_print_ptr(ndr, "error", r->error);
error 8291 librpc/gen_ndr/ndr_drsuapi.c if (r->error) {
error 8292 librpc/gen_ndr/ndr_drsuapi.c ndr_print_set_switch_value(ndr, r->error, r->level);
error 8293 librpc/gen_ndr/ndr_drsuapi.c ndr_print_drsuapi_DsAddEntryError(ndr, "error", r->error);
error 1310 librpc/gen_ndr/ndr_nbt.c NDR_CHECK(ndr_push_dgram_err_code(ndr, NDR_SCALARS, r->error));
error 1379 librpc/gen_ndr/ndr_nbt.c NDR_CHECK(ndr_pull_dgram_err_code(ndr, NDR_SCALARS, &r->error));
error 1447 librpc/gen_ndr/ndr_nbt.c ndr_print_dgram_err_code(ndr, "error", r->error);
error 314 nsswitch/libwbclient/wbc_pam.c if (error) {
error 315 nsswitch/libwbclient/wbc_pam.c *error = NULL;
error 466 nsswitch/libwbclient/wbc_pam.c if (error) {
error 469 nsswitch/libwbclient/wbc_pam.c error);
error 520 nsswitch/libwbclient/wbc_pam.c if (error) {
error 523 nsswitch/libwbclient/wbc_pam.c error);
error 607 nsswitch/libwbclient/wbc_pam.c if (error) {
error 610 nsswitch/libwbclient/wbc_pam.c error);
error 681 nsswitch/libwbclient/wbc_pam.c if (error) {
error 682 nsswitch/libwbclient/wbc_pam.c *error = NULL;
error 836 nsswitch/libwbclient/wbc_pam.c if (error) {
error 839 nsswitch/libwbclient/wbc_pam.c error);
error 906 nsswitch/libwbclient/wbc_pam.c if (error) {
error 907 nsswitch/libwbclient/wbc_pam.c *error = NULL;
error 1001 nsswitch/libwbclient/wbc_pam.c if (error) {
error 1004 nsswitch/libwbclient/wbc_pam.c error);
error 92 nsswitch/libwbclient/wbclient.c switch (error) {
error 1682 nsswitch/pam_winbind.c struct wbcAuthErrorInfo *error = NULL;
error 1813 nsswitch/pam_winbind.c wbc_status = wbcLogonUser(&logon, &info, &error, &policy);
error 1814 nsswitch/pam_winbind.c ret = wbc_auth_error_to_pam_error(ctx, error, wbc_status,
error 1835 nsswitch/pam_winbind.c if (p_error && error) {
error 1837 nsswitch/pam_winbind.c *p_error = error;
error 1843 nsswitch/pam_winbind.c if (_pam_check_remark_auth_err(ctx, error, codes[i], &_ret)) {
error 1906 nsswitch/pam_winbind.c if (error && !p_error) {
error 1907 nsswitch/pam_winbind.c wbcFreeMemory(error);
error 1928 nsswitch/pam_winbind.c struct wbcAuthErrorInfo *error = NULL;
error 1962 nsswitch/pam_winbind.c wbc_status = wbcChangeUserPasswordEx(¶ms, &error, &reject_reason, &policy);
error 1963 nsswitch/pam_winbind.c ret = wbc_auth_error_to_pam_error(ctx, error, wbc_status,
error 1972 nsswitch/pam_winbind.c if (!error) {
error 1979 nsswitch/pam_winbind.c if (_pam_check_remark_auth_err(ctx, error, codes[i], &_ret)) {
error 1985 nsswitch/pam_winbind.c if (!strcasecmp(error->nt_string,
error 2036 nsswitch/pam_winbind.c wbcFreeMemory(error);
error 2467 nsswitch/pam_winbind.c struct wbcAuthErrorInfo *error = NULL;
error 2554 nsswitch/pam_winbind.c wbc_status = wbcLogoffUserEx(&logoff, &error);
error 2555 nsswitch/pam_winbind.c retval = wbc_auth_error_to_pam_error(ctx, error, wbc_status,
error 2557 nsswitch/pam_winbind.c wbcFreeMemory(error);
error 2574 nsswitch/pam_winbind.c retval = wbc_auth_error_to_pam_error(ctx, error, wbc_status,
error 3016 nsswitch/pam_winbind.c struct wbcAuthErrorInfo *error = NULL;
error 3099 nsswitch/pam_winbind.c &error, NULL, NULL,
error 3223 nsswitch/pam_winbind.c &error, &info, &policy,
error 3283 nsswitch/pam_winbind.c if (_pam_check_remark_auth_err(ctx, error, codes[i], &_ret)) {
error 3289 nsswitch/pam_winbind.c wbcFreeMemory(error);
error 703 nsswitch/wbinfo.c struct wbcAuthErrorInfo *error = NULL;
error 705 nsswitch/wbinfo.c wbc_status = wbcCheckTrustCredentials(NULL, &error);
error 712 nsswitch/wbinfo.c error->nt_string, error->nt_status);
error 713 nsswitch/wbinfo.c wbcFreeMemory(error);
error 41 nsswitch/winbind_nss_solaris.h #define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 42 nsswitch/winbind_nss_solaris.h #define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 43 nsswitch/winbind_nss_solaris.h #define public #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 44 nsswitch/winbind_nss_solaris.h #define protected #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 45 nsswitch/winbind_nss_solaris.h #define template #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 46 nsswitch/winbind_nss_solaris.h #define this #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 47 nsswitch/winbind_nss_solaris.h #define new #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 48 nsswitch/winbind_nss_solaris.h #define delete #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 49 nsswitch/winbind_nss_solaris.h #define friend #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 1654 source3/client/clitar.c int error = 0;
error 1666 source3/client/clitar.c while ((! error) && (x_fgets(buf, sizeof(buf)-1, inclusion))) {
error 1671 source3/client/clitar.c error = 1;
error 1686 source3/client/clitar.c error = 1;
error 1697 source3/client/clitar.c if (! error) {
error 1702 source3/client/clitar.c error = 1;
error 1706 source3/client/clitar.c for (i = 0; (! error) && (i < clipn); i++) {
error 1712 source3/client/clitar.c error = 1;
error 1728 source3/client/clitar.c if (error) {
error 43 source3/include/includes.h #define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 44 source3/include/includes.h #define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 45 source3/include/includes.h #define public #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 46 source3/include/includes.h #define protected #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 47 source3/include/includes.h #define template #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 48 source3/include/includes.h #define this #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 49 source3/include/includes.h #define new #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 50 source3/include/includes.h #define delete #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 51 source3/include/includes.h #define friend #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 138 source3/lib/errmap_unix.c int error;
error 260 source3/lib/errmap_unix.c for (i=0;nt_errno_map[i].error;i++) {
error 263 source3/lib/errmap_unix.c return nt_errno_map[i].error;
error 562 source3/lib/iconv.c goto error;
error 568 source3/lib/iconv.c goto error;
error 584 source3/lib/iconv.c goto error;
error 590 source3/lib/iconv.c goto error;
error 607 source3/lib/iconv.c goto error;
error 617 source3/lib/iconv.c goto error;
error 624 source3/lib/iconv.c goto error;
error 640 source3/lib/iconv.c goto error;
error 645 source3/lib/iconv.c goto error;
error 654 source3/lib/iconv.c error:
error 686 source3/lib/iconv.c goto error;
error 704 source3/lib/iconv.c goto error;
error 711 source3/lib/iconv.c goto error;
error 727 source3/lib/iconv.c goto error;
error 731 source3/lib/iconv.c goto error;
error 738 source3/lib/iconv.c goto error;
error 753 source3/lib/iconv.c goto error;
error 758 source3/lib/iconv.c goto error;
error 768 source3/lib/iconv.c error:
error 538 source3/lib/ldb/common/ldb.c goto error;
error 545 source3/lib/ldb/common/ldb.c goto error;
error 562 source3/lib/ldb/common/ldb.c goto error;
error 576 source3/lib/ldb/common/ldb.c error:
error 519 source3/lib/ldb/ldb_ldap/ldb_ldap.c goto error;
error 525 source3/lib/ldb/ldb_ldap/ldb_ldap.c goto error;
error 531 source3/lib/ldb/ldb_ldap/ldb_ldap.c goto error;
error 536 source3/lib/ldb/ldb_ldap/ldb_ldap.c goto error;
error 572 source3/lib/ldb/ldb_ldap/ldb_ldap.c goto error;
error 576 source3/lib/ldb/ldb_ldap/ldb_ldap.c goto error;
error 582 source3/lib/ldb/ldb_ldap/ldb_ldap.c goto error;
error 596 source3/lib/ldb/ldb_ldap/ldb_ldap.c goto error;
error 602 source3/lib/ldb/ldb_ldap/ldb_ldap.c goto error;
error 624 source3/lib/ldb/ldb_ldap/ldb_ldap.c goto error;
error 635 source3/lib/ldb/ldb_ldap/ldb_ldap.c goto error;
error 653 source3/lib/ldb/ldb_ldap/ldb_ldap.c error:
error 160 source3/lib/ldb/modules/asq.c goto error;
error 164 source3/lib/ldb/modules/asq.c goto error;
error 175 source3/lib/ldb/modules/asq.c error:
error 186 source3/lib/ldb/modules/asq.c goto error;
error 190 source3/lib/ldb/modules/asq.c goto error;
error 205 source3/lib/ldb/modules/asq.c error:
error 191 source3/lib/ldb/modules/operational.c goto error;
error 200 source3/lib/ldb/modules/operational.c goto error;
error 206 source3/lib/ldb/modules/operational.c error:
error 183 source3/lib/ldb/modules/paged_results.c goto error;
error 196 source3/lib/ldb/modules/paged_results.c goto error;
error 213 source3/lib/ldb/modules/paged_results.c goto error;
error 227 source3/lib/ldb/modules/paged_results.c error:
error 187 source3/lib/ldb/modules/paged_searches.c goto error;
error 200 source3/lib/ldb/modules/paged_searches.c goto error;
error 207 source3/lib/ldb/modules/paged_searches.c goto error;
error 213 source3/lib/ldb/modules/paged_searches.c goto error;
error 221 source3/lib/ldb/modules/paged_searches.c goto error;
error 226 source3/lib/ldb/modules/paged_searches.c error:
error 174 source3/lib/ldb/modules/sort.c goto error;
error 182 source3/lib/ldb/modules/sort.c goto error;
error 194 source3/lib/ldb/modules/sort.c goto error;
error 210 source3/lib/ldb/modules/sort.c error:
error 34 source3/lib/module.c const char *error;
error 44 source3/lib/module.c error = dlerror();
error 48 source3/lib/module.c DEBUG(level, ("Error loading module '%s': %s\n", module_name, error ? error : ""));
error 56 source3/lib/module.c error = dlerror();
error 57 source3/lib/module.c if (error) {
error 59 source3/lib/module.c "in %s: %s\n", module_name, error));
error 1362 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c GError *error = NULL;
error 1370 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c &error);
error 1373 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c SAMBA_IMAGE_PATH, error->message);
error 1411 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c GError *error = NULL;
error 1414 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c &error);
error 1417 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c SAMBA_ICON_PATH, error->message);
error 1427 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c SAMBA_IMAGE_PATH_SMALL, error->message);
error 1849 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c GError *error = NULL;
error 1864 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c g_option_context_parse(context, &argc, &argv, &error);
error 581 source3/lib/substitute.c goto error;
error 589 source3/lib/substitute.c goto error;
error 603 source3/lib/substitute.c goto error;
error 690 source3/lib/substitute.c error:
error 1149 source3/lib/util.c goto error;
error 1154 source3/lib/util.c goto error;
error 1162 source3/lib/util.c goto error;
error 1169 source3/lib/util.c goto error;
error 1179 source3/lib/util.c error:
error 43 source3/lib/util_reg_api.c goto error;
error 65 source3/lib/util_reg_api.c goto error;
error 74 source3/lib/util_reg_api.c goto error;
error 80 source3/lib/util_reg_api.c goto error;
error 91 source3/lib/util_reg_api.c goto error;
error 99 source3/lib/util_reg_api.c goto error;
error 110 source3/lib/util_reg_api.c goto error;
error 118 source3/lib/util_reg_api.c goto error;
error 124 source3/lib/util_reg_api.c error:
error 2111 source3/lib/util_str.c goto error;
error 2119 source3/lib/util_str.c goto error;
error 2127 source3/lib/util_str.c goto error;
error 2135 source3/lib/util_str.c goto error;
error 2142 source3/lib/util_str.c goto error;
error 2151 source3/lib/util_str.c error:
error 30 source3/lib/wb_reqtrans.c switch(error) {
error 45 source3/lib/wb_reqtrans.c uint64_t error;
error 46 source3/lib/wb_reqtrans.c if (!tevent_req_is_error(req, &state, &error)) {
error 53 source3/lib/wb_reqtrans.c *pwbc_err = error;
error 359 source3/libaddns/dns.h uint16 error;
error 406 source3/libaddns/dns.h DNS_ERROR error;
error 121 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 128 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 142 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 145 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 148 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 167 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 170 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 180 source3/libaddns/dnsgss.c goto error;
error 185 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 201 source3/libaddns/dnsgss.c error:
error 232 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 236 source3/libaddns/dnsgss.c goto error;
error 244 source3/libaddns/dnsgss.c goto error;
error 255 source3/libaddns/dnsgss.c goto error;
error 263 source3/libaddns/dnsgss.c error:
error 286 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 289 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 301 source3/libaddns/dnsgss.c err = buf->error;
error 302 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(buf->error)) goto error;
error 310 source3/libaddns/dnsgss.c goto error;
error 316 source3/libaddns/dnsgss.c goto error;
error 323 source3/libaddns/dnsgss.c if (!ERR_DNS_IS_OK(err)) goto error;
error 327 source3/libaddns/dnsgss.c error:
error 35 source3/libaddns/dnsmarshall.c result->error = ERROR_DNS_SUCCESS;
error 53 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) return;
error 59 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_INVALID_PARAMETER;
error 67 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_INVALID_PARAMETER;
error 83 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_NO_MEMORY;
error 111 source3/libaddns/dnsmarshall.c if (!(ERR_DNS_IS_OK(buf->error))) return;
error 114 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_INVALID_MESSAGE;
error 129 source3/libaddns/dnsmarshall.c if (!(ERR_DNS_IS_OK(buf->error))) return;
error 139 source3/libaddns/dnsmarshall.c if (!(ERR_DNS_IS_OK(buf->error))) return;
error 158 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) return;
error 161 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) return;
error 175 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) return;
error 181 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_INVALID_MESSAGE;
error 186 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) return;
error 202 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) return;
error 210 source3/libaddns/dnsmarshall.c buf->error = new_buf.error;
error 215 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_INVALID_NAME;
error 220 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_NO_MEMORY;
error 227 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_NO_MEMORY;
error 228 source3/libaddns/dnsmarshall.c goto error;
error 232 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) goto error;
error 235 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) goto error;
error 240 source3/libaddns/dnsmarshall.c error:
error 251 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) return;
error 254 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_NO_MEMORY;
error 260 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) {
error 282 source3/libaddns/dnsmarshall.c if (!(ERR_DNS_IS_OK(buf->error))) return;
error 285 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_NO_MEMORY;
error 293 source3/libaddns/dnsmarshall.c if (!(ERR_DNS_IS_OK(buf->error))) return;
error 315 source3/libaddns/dnsmarshall.c if (!(ERR_DNS_IS_OK(buf->error))) return;
error 318 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_NO_MEMORY;
error 329 source3/libaddns/dnsmarshall.c if (!(ERR_DNS_IS_OK(buf->error))) return;
error 333 source3/libaddns/dnsmarshall.c buf->error = ERROR_DNS_NO_MEMORY;
error 339 source3/libaddns/dnsmarshall.c if (!(ERR_DNS_IS_OK(buf->error))) return;
error 375 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) {
error 376 source3/libaddns/dnsmarshall.c DNS_ERROR err = buf->error;
error 404 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) goto error;
error 411 source3/libaddns/dnsmarshall.c goto error;
error 416 source3/libaddns/dnsmarshall.c goto error;
error 421 source3/libaddns/dnsmarshall.c goto error;
error 426 source3/libaddns/dnsmarshall.c goto error;
error 446 source3/libaddns/dnsmarshall.c if (!ERR_DNS_IS_OK(buf->error)) {
error 447 source3/libaddns/dnsmarshall.c err = buf->error;
error 448 source3/libaddns/dnsmarshall.c goto error;
error 454 source3/libaddns/dnsmarshall.c error:
error 455 source3/libaddns/dnsmarshall.c err = buf->error;
error 193 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(err)) goto error;
error 199 source3/libaddns/dnsrecord.c dns_marshall_uint16(buf, error);
error 204 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(buf->error)) {
error 205 source3/libaddns/dnsrecord.c err = buf->error;
error 206 source3/libaddns/dnsrecord.c goto error;
error 212 source3/libaddns/dnsrecord.c error:
error 231 source3/libaddns/dnsrecord.c buf.error = ERROR_DNS_SUCCESS;
error 237 source3/libaddns/dnsrecord.c dns_unmarshall_uint16(&buf, &tkey->error);
error 240 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(buf.error)) goto error;
error 244 source3/libaddns/dnsrecord.c buf.error = ERROR_DNS_NO_MEMORY;
error 245 source3/libaddns/dnsrecord.c goto error;
error 252 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(buf.error)) goto error;
error 260 source3/libaddns/dnsrecord.c error:
error 262 source3/libaddns/dnsrecord.c return buf.error;
error 281 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(err)) goto error;
error 290 source3/libaddns/dnsrecord.c dns_marshall_uint16(buf, error);
error 293 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(buf->error)) {
error 294 source3/libaddns/dnsrecord.c err = buf->error;
error 295 source3/libaddns/dnsrecord.c goto error;
error 301 source3/libaddns/dnsrecord.c error:
error 340 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(err)) goto error;
error 343 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(err)) goto error;
error 346 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(err)) goto error;
error 351 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(err)) goto error;
error 354 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(err)) goto error;
error 360 source3/libaddns/dnsrecord.c error:
error 386 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(err)) goto error;
error 389 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(err)) goto error;
error 397 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(err)) goto error;
error 400 source3/libaddns/dnsrecord.c if (!ERR_DNS_IS_OK(err)) goto error;
error 409 source3/libaddns/dnsrecord.c goto error;
error 413 source3/libaddns/dnsrecord.c goto error;
error 419 source3/libaddns/dnsrecord.c error:
error 346 source3/libaddns/dnssock.c if (!ERR_DNS_IS_OK(err)) goto error;
error 349 source3/libaddns/dnssock.c if (!ERR_DNS_IS_OK(err)) goto error;
error 353 source3/libaddns/dnssock.c if (!ERR_DNS_IS_OK(err)) goto error;
error 357 source3/libaddns/dnssock.c error:
error 69 source3/libads/kerberos.c edata = data_blob(error->e_data->data, error->e_data->length);
error 71 source3/libads/kerberos.c edata = data_blob(error->e_data.data, error->e_data.length);
error 117 source3/libads/kerberos.c krb5_error *error = NULL;
error 120 source3/libads/kerberos.c ret = krb5_get_init_creds_opt_get_error(ctx, opt, &error);
error 128 source3/libads/kerberos.c if (!error) {
error 134 source3/libads/kerberos.c if (!error->e_data) {
error 136 source3/libads/kerberos.c if (error->e_data.data == NULL) {
error 139 source3/libads/kerberos.c krb5_free_error(ctx, error);
error 143 source3/libads/kerberos.c ret = smb_krb5_get_ntstatus_from_krb5_error(error, nt_status);
error 145 source3/libads/kerberos.c krb5_free_error(ctx, error);
error 496 source3/libsmb/clientgen.c goto error;
error 546 source3/libsmb/clientgen.c goto error;
error 569 source3/libsmb/clientgen.c error:
error 1538 source3/libsmb/clikrb5.c ret = ERROR_TABLE_BASE_krb5 + (krb5_error_code) krberror->error;
error 1639 source3/libsmb/clikrb5.c e.error = error_code - krb5_err_base;
error 1641 source3/libsmb/clikrb5.c e.error = error_code - ERROR_TABLE_BASE_krb5;
error 1643 source3/libsmb/clikrb5.c e.error = error_code; /* Almost certainly wrong, but what can we do... ? */
error 1468 source3/libsmb/errormap.c if (W_ERROR_IS_OK(error)) return NT_STATUS_OK;
error 1471 source3/libsmb/errormap.c if (W_ERROR_V(error) ==
error 1478 source3/libsmb/errormap.c if (W_ERROR_V(error) ==
error 1485 source3/libsmb/errormap.c return NT_STATUS(W_ERROR_V(error) | 0xc0000000);
error 1494 source3/libsmb/errormap.c if (NT_STATUS_IS_OK(error)) return WERR_OK;
error 1496 source3/libsmb/errormap.c if (NT_STATUS_V(error) ==
error 1503 source3/libsmb/errormap.c return W_ERROR(NT_STATUS_V(error) & 0xffff);
error 264 source3/libsmb/smberr.c NTSTATUS status = map_nt_error_from_unix(error);
error 371 source3/modules/onefs_acl.c int error = 0;
error 392 source3/modules/onefs_acl.c error = SMB_VFS_FSTAT(fsp, &sbuf);
error 393 source3/modules/onefs_acl.c if (error)
error 531 source3/modules/onefs_acl.c int error;
error 534 source3/modules/onefs_acl.c error = SMB_VFS_FSTAT(fsp, &sbuf);
error 535 source3/modules/onefs_acl.c if (error) {
error 604 source3/modules/onefs_acl.c int error;
error 669 source3/modules/onefs_acl.c error = ifs_get_security_descriptor(fsp->fh->fd, security_info,
error 671 source3/modules/onefs_acl.c if (error && (errno != EMSGSIZE)) {
error 677 source3/modules/onefs_acl.c } while (error);
error 260 source3/modules/onefs_cbrl.c int error;
error 333 source3/modules/onefs_cbrl.c error = ifs_cbrl(fd, CBRL_OP_LOCK, type, plock->start,
error 336 source3/modules/onefs_cbrl.c if (!error) {
error 392 source3/modules/onefs_cbrl.c int error;
error 401 source3/modules/onefs_cbrl.c error = ifs_cbrl(fd, CBRL_OP_UNLOCK, CBRL_LK_SH,
error 407 source3/modules/onefs_cbrl.c if (error) {
error 433 source3/modules/onefs_cbrl.c int error;
error 460 source3/modules/onefs_cbrl.c error = ifs_cbrl(fd, CBRL_OP_CANCEL, CBRL_LK_UNSPEC, plock->start,
error 466 source3/modules/onefs_cbrl.c if (error) {
error 482 source3/modules/onefs_cbrl.c int error;
error 505 source3/modules/onefs_cbrl.c error = ifs_cbrl(fsp->fh->fd, CBRL_OP_LOCK,
error 512 source3/modules/onefs_cbrl.c return (error == 0);
error 294 source3/modules/onefs_notify.c int error = 0;
error 300 source3/modules/onefs_notify.c error = lin_get_path(wc->watch_lin,
error 306 source3/modules/onefs_notify.c if (!error) {
error 322 source3/modules/onefs_notify.c error = lin_get_path(wc->watch_lin,
error 328 source3/modules/onefs_notify.c if (error) {
error 608 source3/modules/onefs_shadow_copy.c int error = 0;
error 620 source3/modules/onefs_shadow_copy.c osc_process_snapshot_directory(oscp, &error);
error 621 source3/modules/onefs_shadow_copy.c if (error)
error 625 source3/modules/onefs_shadow_copy.c osc_make_directory_ctx(oscp, idcp, &error);
error 626 source3/modules/onefs_shadow_copy.c if (error)
error 685 source3/modules/onefs_shadow_copy.c int error = 0;
error 701 source3/modules/onefs_shadow_copy.c osc_process_snapshot_directory(oscp, &error);
error 702 source3/modules/onefs_shadow_copy.c if (error)
error 320 source3/modules/perfcount_test.c goto error;
error 332 source3/modules/perfcount_test.c error:
error 270 source3/registry/reg_api.c goto error;
error 279 source3/registry/reg_api.c goto error;
error 291 source3/registry/reg_api.c error:
error 1954 source3/rpc_server/srv_spoolss_nt.c goto error;
error 1961 source3/rpc_server/srv_spoolss_nt.c goto error;
error 1967 source3/rpc_server/srv_spoolss_nt.c error:
error 147 source3/rpcclient/rpcclient.c goto error;
error 154 source3/rpcclient/rpcclient.c goto error;
error 161 source3/rpcclient/rpcclient.c goto error;
error 169 source3/rpcclient/rpcclient.c goto error;
error 181 source3/rpcclient/rpcclient.c error:
error 40 source3/smbd/avahi_register.c int error;
error 48 source3/smbd/avahi_register.c error = avahi_client_errno(state->client);
error 52 source3/smbd/avahi_register.c avahi_strerror(error)));
error 74 source3/smbd/avahi_register.c int error;
error 83 source3/smbd/avahi_register.c error = avahi_client_errno(c);
error 85 source3/smbd/avahi_register.c avahi_strerror(error)));
error 92 source3/smbd/avahi_register.c error = avahi_client_errno(c);
error 94 source3/smbd/avahi_register.c "%s\n", avahi_strerror(error)));
error 100 source3/smbd/avahi_register.c error = avahi_client_errno(c);
error 102 source3/smbd/avahi_register.c "%s\n", avahi_strerror(error)));
error 109 source3/smbd/avahi_register.c error = avahi_client_errno(c);
error 112 source3/smbd/avahi_register.c avahi_strerror(error)));
error 114 source3/smbd/avahi_register.c if (error != AVAHI_ERR_DISCONNECTED) {
error 120 source3/smbd/avahi_register.c &error);
error 123 source3/smbd/avahi_register.c avahi_strerror(error)));
error 146 source3/smbd/avahi_register.c int error;
error 159 source3/smbd/avahi_register.c &error);
error 162 source3/smbd/avahi_register.c avahi_strerror(error)));
error 429 source3/smbd/dosmode.c int error = 0;
error 453 source3/smbd/dosmode.c error = SMB_VFS_CHFLAGS(conn, fname, new_flags);
error 454 source3/smbd/dosmode.c if (error) {
error 1607 source3/smbd/process.c goto error;
error 1634 source3/smbd/process.c goto error;
error 1651 source3/smbd/process.c goto error;
error 1699 source3/smbd/process.c goto error;
error 1709 source3/smbd/process.c goto error;
error 1728 source3/smbd/process.c goto error;
error 1744 source3/smbd/process.c goto error;
error 1772 source3/smbd/process.c error:
error 6445 source3/smbd/reply.c int error = ERRnoaccess;
error 6665 source3/smbd/reply.c error = ERRbadfile;
error 6683 source3/smbd/reply.c error = ERRnoaccess;
error 6744 source3/smbd/reply.c reply_doserror(req, ERRDOS, error);
error 232 source3/torture/pdbtest.c bool error = False;
error 358 source3/torture/pdbtest.c error = True;
error 369 source3/torture/pdbtest.c if (error) {
error 4866 source3/torture/torture.c uint32 error;
error 4921 source3/torture/torture.c for (error=(0xc0000000 | 0x1); error < (0xc0000000| 0xFFF); error++) {
error 4922 source3/torture/torture.c fstr_sprintf(user, "%X", error);
error 4959 source3/torture/torture.c if (NT_STATUS_V(nt_status) != error) {
error 4961 source3/torture/torture.c get_nt_error_c_code(NT_STATUS(error)),
error 4968 source3/torture/torture.c get_nt_error_c_code(NT_STATUS(error)));
error 5638 source3/torture/torture.c goto error;
error 5645 source3/torture/torture.c if (base == NULL) goto error;
error 5647 source3/torture/torture.c if (strcmp(expected_base, base) != 0) goto error;
error 5649 source3/torture/torture.c if ((expected_stream != NULL) && (stream == NULL)) goto error;
error 5650 source3/torture/torture.c if ((expected_stream == NULL) && (stream != NULL)) goto error;
error 5653 source3/torture/torture.c goto error;
error 5659 source3/torture/torture.c error:
error 61 source3/utils/net_dns.c goto error;
error 70 source3/utils/net_dns.c if (!ERR_DNS_IS_OK(err)) goto error;
error 73 source3/utils/net_dns.c if (!ERR_DNS_IS_OK(err)) goto error;
error 86 source3/utils/net_dns.c if (!ERR_DNS_IS_OK(err)) goto error;
error 89 source3/utils/net_dns.c if (!ERR_DNS_IS_OK(err)) goto error;
error 105 source3/utils/net_dns.c goto error;
error 119 source3/utils/net_dns.c goto error;
error 127 source3/utils/net_dns.c if (!ERR_DNS_IS_OK(err)) goto error;
error 130 source3/utils/net_dns.c if (!ERR_DNS_IS_OK(err)) goto error;
error 137 source3/utils/net_dns.c error:
error 196 source3/utils/net_dns.c if (!ERR_DNS_IS_OK(err)) goto error;
error 199 source3/utils/net_dns.c if (!ERR_DNS_IS_OK(err)) goto error;
error 203 source3/utils/net_dns.c error:
error 138 source3/utils/net_rpc_registry.c goto error;
error 152 source3/utils/net_rpc_registry.c goto error;
error 182 source3/utils/net_rpc_registry.c goto error;
error 190 source3/utils/net_rpc_registry.c goto error;
error 195 source3/utils/net_rpc_registry.c goto error;
error 201 source3/utils/net_rpc_registry.c goto error;
error 219 source3/utils/net_rpc_registry.c error:
error 252 source3/utils/net_rpc_registry.c goto error;
error 265 source3/utils/net_rpc_registry.c goto error;
error 298 source3/utils/net_rpc_registry.c goto error;
error 303 source3/utils/net_rpc_registry.c goto error;
error 308 source3/utils/net_rpc_registry.c goto error;
error 315 source3/utils/net_rpc_registry.c goto error;
error 330 source3/utils/net_rpc_registry.c error:
error 411 source3/utils/net_rpc_registry.c goto error;
error 422 source3/utils/net_rpc_registry.c error:
error 1773 source3/winbindd/winbindd_cache.c goto error;
error 1785 source3/winbindd/winbindd_cache.c goto error;
error 1817 source3/winbindd/winbindd_cache.c goto error;
error 1877 source3/winbindd/winbindd_cache.c goto error;
error 1889 source3/winbindd/winbindd_cache.c error:
error 228 source3/winbindd/winbindd_user.c goto error;
error 236 source3/winbindd/winbindd_user.c goto error;
error 245 source3/winbindd/winbindd_user.c error:
error 39 source4/auth/gensec/socket.c NTSTATUS error;
error 196 source4/auth/gensec/socket.c gensec_socket->error = status;
error 231 source4/auth/gensec/socket.c gensec_socket->error = NT_STATUS_OK;
error 244 source4/auth/gensec/socket.c if (!NT_STATUS_IS_OK(gensec_socket->error)) {
error 245 source4/auth/gensec/socket.c return gensec_socket->error;
error 363 source4/auth/gensec/socket.c if (!NT_STATUS_IS_OK(gensec_socket->error)) {
error 364 source4/auth/gensec/socket.c return gensec_socket->error;
error 389 source4/auth/gensec/socket.c gensec_socket->error = NT_STATUS_OK;
error 399 source4/auth/gensec/socket.c if (!NT_STATUS_IS_OK(gensec_socket->error)) {
error 400 source4/auth/gensec/socket.c return gensec_socket->error;
error 458 source4/auth/gensec/socket.c gensec_socket->error = NT_STATUS_OK;
error 295 source4/dsdb/samdb/ldb_modules/anr.c if (ares->error != LDB_SUCCESS) {
error 297 source4/dsdb/samdb/ldb_modules/anr.c ares->response, ares->error);
error 54 source4/dsdb/samdb/ldb_modules/extended_dn_in.c if (ares->error != LDB_SUCCESS) {
error 56 source4/dsdb/samdb/ldb_modules/extended_dn_in.c ares->response, ares->error);
error 70 source4/dsdb/samdb/ldb_modules/extended_dn_in.c ares->response, ares->error);
error 94 source4/dsdb/samdb/ldb_modules/extended_dn_in.c if (ares->error != LDB_SUCCESS) {
error 96 source4/dsdb/samdb/ldb_modules/extended_dn_in.c ares->response, ares->error);
error 258 source4/dsdb/samdb/ldb_modules/extended_dn_out.c if (ares->error != LDB_SUCCESS) {
error 260 source4/dsdb/samdb/ldb_modules/extended_dn_out.c ares->response, ares->error);
error 95 source4/dsdb/samdb/ldb_modules/extended_dn_store.c if (ares->error != LDB_SUCCESS) {
error 97 source4/dsdb/samdb/ldb_modules/extended_dn_store.c ares->response, ares->error);
error 111 source4/dsdb/samdb/ldb_modules/extended_dn_store.c ares->response, ares->error);
error 127 source4/dsdb/samdb/ldb_modules/extended_dn_store.c if (ares->error == LDB_ERR_NO_SUCH_OBJECT) {
error 147 source4/dsdb/samdb/ldb_modules/extended_dn_store.c if (ares->error != LDB_SUCCESS) {
error 149 source4/dsdb/samdb/ldb_modules/extended_dn_store.c ares->response, ares->error);
error 60 source4/dsdb/samdb/ldb_modules/instancetype.c if (ares->error != LDB_SUCCESS) {
error 62 source4/dsdb/samdb/ldb_modules/instancetype.c ares->response, ares->error);
error 72 source4/dsdb/samdb/ldb_modules/instancetype.c ares->response, ares->error);
error 225 source4/dsdb/samdb/ldb_modules/kludge_acl.c if (ares->error != LDB_SUCCESS) {
error 227 source4/dsdb/samdb/ldb_modules/kludge_acl.c ares->response, ares->error);
error 250 source4/dsdb/samdb/ldb_modules/linked_attributes.c if (ares->error != LDB_SUCCESS) {
error 252 source4/dsdb/samdb/ldb_modules/linked_attributes.c ares->response, ares->error);
error 635 source4/dsdb/samdb/ldb_modules/linked_attributes.c if (ares->error != LDB_SUCCESS) {
error 637 source4/dsdb/samdb/ldb_modules/linked_attributes.c ares->response, ares->error);
error 852 source4/dsdb/samdb/ldb_modules/linked_attributes.c if (ares->error != LDB_SUCCESS) {
error 854 source4/dsdb/samdb/ldb_modules/linked_attributes.c ares->response, ares->error);
error 891 source4/dsdb/samdb/ldb_modules/linked_attributes.c if (ares->error != LDB_SUCCESS) {
error 893 source4/dsdb/samdb/ldb_modules/linked_attributes.c ares->response, ares->error);
error 937 source4/dsdb/samdb/ldb_modules/linked_attributes.c if (ares->error != LDB_SUCCESS) {
error 939 source4/dsdb/samdb/ldb_modules/linked_attributes.c ares->response, ares->error);
error 1001 source4/dsdb/samdb/ldb_modules/linked_attributes.c if (ares->error != LDB_SUCCESS) {
error 1003 source4/dsdb/samdb/ldb_modules/linked_attributes.c ares->response, ares->error);
error 1045 source4/dsdb/samdb/ldb_modules/linked_attributes.c ares->response, ares->error);
error 120 source4/dsdb/samdb/ldb_modules/local_password.c if (ares->error != LDB_SUCCESS) {
error 122 source4/dsdb/samdb/ldb_modules/local_password.c ares->response, ares->error);
error 136 source4/dsdb/samdb/ldb_modules/local_password.c ac->remote_done->error);
error 268 source4/dsdb/samdb/ldb_modules/local_password.c if (ares->error != LDB_SUCCESS) {
error 270 source4/dsdb/samdb/ldb_modules/local_password.c ares->response, ares->error);
error 397 source4/dsdb/samdb/ldb_modules/local_password.c if (ares->error != LDB_SUCCESS) {
error 399 source4/dsdb/samdb/ldb_modules/local_password.c ares->response, ares->error);
error 450 source4/dsdb/samdb/ldb_modules/local_password.c if (ares->error != LDB_SUCCESS) {
error 452 source4/dsdb/samdb/ldb_modules/local_password.c ares->response, ares->error);
error 494 source4/dsdb/samdb/ldb_modules/local_password.c ac->remote_done->error);
error 608 source4/dsdb/samdb/ldb_modules/local_password.c if (ares->error != LDB_SUCCESS) {
error 610 source4/dsdb/samdb/ldb_modules/local_password.c ares->response, ares->error);
error 661 source4/dsdb/samdb/ldb_modules/local_password.c if (ares->error != LDB_SUCCESS) {
error 663 source4/dsdb/samdb/ldb_modules/local_password.c ares->response, ares->error);
error 696 source4/dsdb/samdb/ldb_modules/local_password.c ac->remote_done->error);
error 704 source4/dsdb/samdb/ldb_modules/local_password.c ac->remote_done->error);
error 797 source4/dsdb/samdb/ldb_modules/local_password.c if (ares->error != LDB_SUCCESS) {
error 799 source4/dsdb/samdb/ldb_modules/local_password.c ares->response, ares->error);
error 874 source4/dsdb/samdb/ldb_modules/local_password.c lr->next->remote->error);
error 910 source4/dsdb/samdb/ldb_modules/local_password.c if (ares->error != LDB_SUCCESS) {
error 912 source4/dsdb/samdb/ldb_modules/local_password.c ares->response, ares->error);
error 984 source4/dsdb/samdb/ldb_modules/local_password.c ares->response, ares->error);
error 289 source4/dsdb/samdb/ldb_modules/objectclass.c if (ares->error != LDB_SUCCESS &&
error 290 source4/dsdb/samdb/ldb_modules/objectclass.c ares->error != LDB_ERR_NO_SUCH_OBJECT) {
error 292 source4/dsdb/samdb/ldb_modules/objectclass.c ares->response, ares->error);
error 334 source4/dsdb/samdb/ldb_modules/objectclass.c if (ares->error != LDB_SUCCESS) {
error 336 source4/dsdb/samdb/ldb_modules/objectclass.c ares->response, ares->error);
error 346 source4/dsdb/samdb/ldb_modules/objectclass.c ares->response, ares->error);
error 846 source4/dsdb/samdb/ldb_modules/objectclass.c if (ares->error != LDB_SUCCESS) {
error 848 source4/dsdb/samdb/ldb_modules/objectclass.c ares->response, ares->error);
error 121 source4/dsdb/samdb/ldb_modules/objectguid.c if (ares->error != LDB_SUCCESS) {
error 123 source4/dsdb/samdb/ldb_modules/objectguid.c ares->response, ares->error);
error 133 source4/dsdb/samdb/ldb_modules/objectguid.c ares->response, ares->error);
error 171 source4/dsdb/samdb/ldb_modules/partition.c if (ares->error != LDB_SUCCESS && !ac->got_success) {
error 173 source4/dsdb/samdb/ldb_modules/partition.c ares->response, ares->error);
error 192 source4/dsdb/samdb/ldb_modules/partition.c if (ares->error == LDB_SUCCESS) {
error 215 source4/dsdb/samdb/ldb_modules/partition.c ac->got_success?LDB_SUCCESS:ares->error);
error 1464 source4/dsdb/samdb/ldb_modules/password_hash.c if (ares->error != LDB_SUCCESS) {
error 1466 source4/dsdb/samdb/ldb_modules/password_hash.c ares->response, ares->error);
error 1476 source4/dsdb/samdb/ldb_modules/password_hash.c ares->response, ares->error);
error 1502 source4/dsdb/samdb/ldb_modules/password_hash.c if (ares->error != LDB_SUCCESS) {
error 1504 source4/dsdb/samdb/ldb_modules/password_hash.c ares->response, ares->error);
error 1971 source4/dsdb/samdb/ldb_modules/password_hash.c if (ares->error != LDB_SUCCESS) {
error 1973 source4/dsdb/samdb/ldb_modules/password_hash.c ares->response, ares->error);
error 2004 source4/dsdb/samdb/ldb_modules/password_hash.c if (ares->error != LDB_SUCCESS) {
error 2006 source4/dsdb/samdb/ldb_modules/password_hash.c ares->response, ares->error);
error 271 source4/dsdb/samdb/ldb_modules/proxy.c if (ares->error != LDB_SUCCESS) {
error 273 source4/dsdb/samdb/ldb_modules/proxy.c ares->response, ares->error);
error 70 source4/dsdb/samdb/ldb_modules/ranged_results.c if (ares->error != LDB_SUCCESS) {
error 72 source4/dsdb/samdb/ldb_modules/ranged_results.c ares->response, ares->error);
error 81 source4/dsdb/samdb/ldb_modules/ranged_results.c ares->response, ares->error);
error 218 source4/dsdb/samdb/ldb_modules/repl_meta_data.c if (ares->error != LDB_SUCCESS) {
error 220 source4/dsdb/samdb/ldb_modules/repl_meta_data.c ares->response, ares->error);
error 568 source4/dsdb/samdb/ldb_modules/repl_meta_data.c if (ares->error != LDB_SUCCESS) {
error 570 source4/dsdb/samdb/ldb_modules/repl_meta_data.c ares->response, ares->error);
error 709 source4/dsdb/samdb/ldb_modules/repl_meta_data.c if (ares->error != LDB_SUCCESS) {
error 711 source4/dsdb/samdb/ldb_modules/repl_meta_data.c ares->response, ares->error);
error 928 source4/dsdb/samdb/ldb_modules/repl_meta_data.c if (ares->error != LDB_SUCCESS &&
error 929 source4/dsdb/samdb/ldb_modules/repl_meta_data.c ares->error != LDB_ERR_NO_SUCH_OBJECT) {
error 931 source4/dsdb/samdb/ldb_modules/repl_meta_data.c ares->response, ares->error);
error 1011 source4/dsdb/samdb/ldb_modules/repl_meta_data.c if (ares->error != LDB_SUCCESS) {
error 1013 source4/dsdb/samdb/ldb_modules/repl_meta_data.c ares->response, ares->error);
error 1336 source4/dsdb/samdb/ldb_modules/repl_meta_data.c if (ares->error != LDB_SUCCESS &&
error 1337 source4/dsdb/samdb/ldb_modules/repl_meta_data.c ares->error != LDB_ERR_NO_SUCH_OBJECT) {
error 1339 source4/dsdb/samdb/ldb_modules/repl_meta_data.c ares->response, ares->error);
error 258 source4/dsdb/samdb/ldb_modules/rootdse.c if (ares->error != LDB_SUCCESS) {
error 260 source4/dsdb/samdb/ldb_modules/rootdse.c ares->response, ares->error);
error 293 source4/dsdb/samdb/ldb_modules/rootdse.c ares->response, ares->error);
error 158 source4/dsdb/samdb/ldb_modules/samldb.c if (ares->error != LDB_SUCCESS) {
error 160 source4/dsdb/samdb/ldb_modules/samldb.c ares->response, ares->error);
error 340 source4/dsdb/samdb/ldb_modules/samldb.c if (ares->error != LDB_SUCCESS) {
error 342 source4/dsdb/samdb/ldb_modules/samldb.c ares->response, ares->error);
error 481 source4/dsdb/samdb/ldb_modules/samldb.c if (ares->error != LDB_SUCCESS) {
error 483 source4/dsdb/samdb/ldb_modules/samldb.c ares->response, ares->error);
error 627 source4/dsdb/samdb/ldb_modules/samldb.c if (ares->error != LDB_SUCCESS) {
error 629 source4/dsdb/samdb/ldb_modules/samldb.c ares->response, ares->error);
error 783 source4/dsdb/samdb/ldb_modules/samldb.c if (ares->error != LDB_SUCCESS) {
error 785 source4/dsdb/samdb/ldb_modules/samldb.c ares->response, ares->error);
error 866 source4/dsdb/samdb/ldb_modules/samldb.c if (ares->error != LDB_SUCCESS) {
error 868 source4/dsdb/samdb/ldb_modules/samldb.c ares->response, ares->error);
error 982 source4/dsdb/samdb/ldb_modules/samldb.c if (ares->error != LDB_SUCCESS) {
error 984 source4/dsdb/samdb/ldb_modules/samldb.c ares->response, ares->error);
error 1088 source4/dsdb/samdb/ldb_modules/samldb.c if (ares->error != LDB_SUCCESS) {
error 1090 source4/dsdb/samdb/ldb_modules/samldb.c ares->response, ares->error);
error 406 source4/dsdb/samdb/ldb_modules/schema_fsmo.c if (ares->error != LDB_SUCCESS) {
error 408 source4/dsdb/samdb/ldb_modules/schema_fsmo.c ares->response, ares->error);
error 437 source4/dsdb/samdb/ldb_modules/schema_fsmo.c ares->response, ares->error);
error 57 source4/dsdb/samdb/ldb_modules/show_deleted.c if (ares->error != LDB_SUCCESS) {
error 59 source4/dsdb/samdb/ldb_modules/show_deleted.c ares->response, ares->error);
error 585 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c if (ares->error != LDB_SUCCESS) {
error 586 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c return ldb_request_done(req, ares->error);
error 75 source4/dsdb/samdb/ldb_modules/subtree_delete.c if (ares->error != LDB_SUCCESS) {
error 77 source4/dsdb/samdb/ldb_modules/subtree_delete.c ares->response, ares->error);
error 84 source4/dsdb/samdb/ldb_modules/subtree_rename.c if (ares->error != LDB_SUCCESS) {
error 86 source4/dsdb/samdb/ldb_modules/subtree_rename.c ares->response, ares->error);
error 150 source4/dsdb/samdb/ldb_modules/subtree_rename.c if (ares->error != LDB_SUCCESS) {
error 152 source4/dsdb/samdb/ldb_modules/subtree_rename.c ares->response, ares->error);
error 158 source4/dsdb/samdb/ldb_modules/update_keytab.c if (ares->error != LDB_SUCCESS) {
error 160 source4/dsdb/samdb/ldb_modules/update_keytab.c ares->response, ares->error);
error 215 source4/dsdb/samdb/ldb_modules/update_keytab.c if (ares->error != LDB_SUCCESS) {
error 217 source4/dsdb/samdb/ldb_modules/update_keytab.c ares->response, ares->error);
error 967 source4/heimdal/kdc/digest.c asprintf(&r.u.error.reason, "Unsupported digest type %s",
error 969 source4/heimdal/kdc/digest.c if (r.u.error.reason == NULL) {
error 974 source4/heimdal/kdc/digest.c r.u.error.code = EINVAL;
error 1374 source4/heimdal/kdc/digest.c r.u.error.reason = strdup("unknown error");
error 1376 source4/heimdal/kdc/digest.c if (r.u.error.reason == NULL) {
error 1381 source4/heimdal/kdc/digest.c r.u.error.code = EINVAL;
error 215 source4/heimdal/kdc/kaserver.c krb5_store_int32(sp, error);
error 715 source4/heimdal/lib/gssapi/krb5/init_sec_context.c KRB_ERROR error;
error 717 source4/heimdal/lib/gssapi/krb5/init_sec_context.c kret = krb5_rd_error(context, &indata, &error);
error 719 source4/heimdal/lib/gssapi/krb5/init_sec_context.c kret = krb5_error_from_rd_error(context, &error, NULL);
error 725 source4/heimdal/lib/gssapi/krb5/init_sec_context.c int32_t t = error.stime - time(NULL);
error 742 source4/heimdal/lib/gssapi/krb5/init_sec_context.c free_KRB_ERROR (&error);
error 71 source4/heimdal/lib/hx509/error.c free_error_string(context->error);
error 72 source4/heimdal/lib/hx509/error.c context->error = NULL;
error 109 source4/heimdal/lib/hx509/error.c msg->next = context->error;
error 110 source4/heimdal/lib/hx509/error.c context->error = msg;
error 112 source4/heimdal/lib/hx509/error.c free_error_string(context->error);
error 113 source4/heimdal/lib/hx509/error.c context->error = msg;
error 157 source4/heimdal/lib/hx509/error.c hx509_error msg = context->error;
error 174 source4/heimdal/lib/hx509/error.c for (msg = context->error; msg; msg = msg->next)
error 189 source4/heimdal/lib/hx509/hx_locl.h hx509_error error;
error 214 source4/heimdal/lib/hx509/sel.c if (_hx509_expr_input.error) {
error 215 source4/heimdal/lib/hx509/sel.c free(_hx509_expr_input.error);
error 216 source4/heimdal/lib/hx509/sel.c _hx509_expr_input.error = NULL;
error 227 source4/heimdal/lib/hx509/sel.c if (_hx509_expr_input.error)
error 228 source4/heimdal/lib/hx509/sel.c free(_hx509_expr_input.error);
error 230 source4/heimdal/lib/hx509/sel.c _hx509_expr_input.error = strdup(s);
error 65 source4/heimdal/lib/hx509/sel.h char *error;
error 61 source4/heimdal/lib/krb5/acache.c cc_int32 error;
error 81 source4/heimdal/lib/krb5/acache.c if (cc_errors[i].error == error)
error 397 source4/heimdal/lib/krb5/acache.c cc_int32 error;
error 399 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->get_name)(a->ccache, &name);
error 400 source4/heimdal/lib/krb5/acache.c if (error)
error 401 source4/heimdal/lib/krb5/acache.c return error;
error 416 source4/heimdal/lib/krb5/acache.c int32_t error;
error 432 source4/heimdal/lib/krb5/acache.c error = (*a->context->func->create_new_ccache)(a->context,
error 437 source4/heimdal/lib/krb5/acache.c if (error)
error 440 source4/heimdal/lib/krb5/acache.c error = get_cc_name(a);
error 441 source4/heimdal/lib/krb5/acache.c if (error)
error 452 source4/heimdal/lib/krb5/acache.c cc_int32 error;
error 467 source4/heimdal/lib/krb5/acache.c error = (*init_func)(&a->context, ccapi_version_3, NULL, NULL);
error 468 source4/heimdal/lib/krb5/acache.c if (error) {
error 470 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 482 source4/heimdal/lib/krb5/acache.c cc_int32 error;
error 491 source4/heimdal/lib/krb5/acache.c error = (*a->context->func->open_ccache)(a->context, res, &a->ccache);
error 492 source4/heimdal/lib/krb5/acache.c if (error == ccNoError) {
error 493 source4/heimdal/lib/krb5/acache.c error = get_cc_name(a);
error 494 source4/heimdal/lib/krb5/acache.c if (error != ccNoError) {
error 497 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 499 source4/heimdal/lib/krb5/acache.c } else if (error == ccErrCCacheNotFound) {
error 502 source4/heimdal/lib/krb5/acache.c error = 0;
error 505 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 536 source4/heimdal/lib/krb5/acache.c int32_t error;
error 544 source4/heimdal/lib/krb5/acache.c error = (*a->context->func->create_new_ccache)(a->context,
error 549 source4/heimdal/lib/krb5/acache.c if (error == ccNoError)
error 550 source4/heimdal/lib/krb5/acache.c error = get_cc_name(a);
error 555 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->new_credentials_iterator)(a->ccache, &iter);
error 556 source4/heimdal/lib/krb5/acache.c if (error) {
error 558 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 562 source4/heimdal/lib/krb5/acache.c error = (*iter->func->next)(iter, &ccred);
error 563 source4/heimdal/lib/krb5/acache.c if (error)
error 570 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->set_principal)(a->ccache,
error 575 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 605 source4/heimdal/lib/krb5/acache.c cc_int32 error = 0;
error 608 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->destroy)(a->ccache);
error 612 source4/heimdal/lib/krb5/acache.c error = (a->context->func->release)(a->context);
error 615 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 627 source4/heimdal/lib/krb5/acache.c cc_int32 error;
error 644 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->store_credentials)(a->ccache, &cred);
error 645 source4/heimdal/lib/krb5/acache.c if (error)
error 646 source4/heimdal/lib/krb5/acache.c ret = translate_cc_error(context, error);
error 660 source4/heimdal/lib/krb5/acache.c int32_t error;
error 669 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->get_principal)(a->ccache,
error 672 source4/heimdal/lib/krb5/acache.c if (error)
error 673 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 688 source4/heimdal/lib/krb5/acache.c int32_t error;
error 696 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->new_credentials_iterator)(a->ccache, &iter);
error 697 source4/heimdal/lib/krb5/acache.c if (error) {
error 715 source4/heimdal/lib/krb5/acache.c int32_t error;
error 718 source4/heimdal/lib/krb5/acache.c error = (*iter->func->next)(iter, &cred);
error 719 source4/heimdal/lib/krb5/acache.c if (error)
error 720 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 753 source4/heimdal/lib/krb5/acache.c cc_int32 error;
error 775 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->new_credentials_iterator)(a->ccache, &iter);
error 776 source4/heimdal/lib/krb5/acache.c if (error) {
error 779 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 786 source4/heimdal/lib/krb5/acache.c error = (*iter->func->next)(iter, &ccred);
error 787 source4/heimdal/lib/krb5/acache.c if (error)
error 844 source4/heimdal/lib/krb5/acache.c cc_int32 error;
error 856 source4/heimdal/lib/krb5/acache.c error = (*init_func)(&iter->context, ccapi_version_3, NULL, NULL);
error 857 source4/heimdal/lib/krb5/acache.c if (error) {
error 859 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 862 source4/heimdal/lib/krb5/acache.c error = (*iter->context->func->new_ccache_iterator)(iter->context,
error 864 source4/heimdal/lib/krb5/acache.c if (error) {
error 880 source4/heimdal/lib/krb5/acache.c int32_t error;
error 882 source4/heimdal/lib/krb5/acache.c error = (*iter->iter->func->next)(iter->iter, &cache);
error 883 source4/heimdal/lib/krb5/acache.c if (error)
error 884 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 902 source4/heimdal/lib/krb5/acache.c error = get_cc_name(a);
error 903 source4/heimdal/lib/krb5/acache.c if (error) {
error 906 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 929 source4/heimdal/lib/krb5/acache.c int32_t error;
error 934 source4/heimdal/lib/krb5/acache.c error = (*afrom->ccache->func->get_principal)(afrom->ccache,
error 937 source4/heimdal/lib/krb5/acache.c if (error)
error 938 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 940 source4/heimdal/lib/krb5/acache.c error = (*ato->context->func->create_new_ccache)(ato->context,
error 945 source4/heimdal/lib/krb5/acache.c if (error)
error 946 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 950 source4/heimdal/lib/krb5/acache.c error = (*ato->ccache->func->move)(afrom->ccache, ato->ccache);
error 951 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 960 source4/heimdal/lib/krb5/acache.c int32_t error;
error 966 source4/heimdal/lib/krb5/acache.c error = (*init_func)(&cc, ccapi_version_3, NULL, NULL);
error 967 source4/heimdal/lib/krb5/acache.c if (error)
error 968 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 970 source4/heimdal/lib/krb5/acache.c error = (*cc->func->get_default_ccache_name)(cc, &name);
error 971 source4/heimdal/lib/krb5/acache.c if (error) {
error 973 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 991 source4/heimdal/lib/krb5/acache.c cc_int32 error;
error 999 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->set_default)(a->ccache);
error 1000 source4/heimdal/lib/krb5/acache.c if (error)
error 1001 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 1010 source4/heimdal/lib/krb5/acache.c cc_int32 error;
error 1019 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->get_change_time)(a->ccache, &t);
error 1020 source4/heimdal/lib/krb5/acache.c if (error)
error 1021 source4/heimdal/lib/krb5/acache.c return translate_cc_error(context, error);
error 1097 source4/heimdal/lib/krb5/addr_families.c int error;
error 1119 source4/heimdal/lib/krb5/addr_families.c error = getaddrinfo (string, NULL, NULL, &ai);
error 1120 source4/heimdal/lib/krb5/addr_families.c if (error) {
error 1123 source4/heimdal/lib/krb5/addr_families.c ret2 = krb5_eai_to_heim_errno(error, save_errno);
error 1125 source4/heimdal/lib/krb5/addr_families.c string, gai_strerror(error));
error 342 source4/heimdal/lib/krb5/changepw.c KRB_ERROR error;
error 346 source4/heimdal/lib/krb5/changepw.c memset(&error, 0, sizeof(error));
error 348 source4/heimdal/lib/krb5/changepw.c ret = decode_KRB_ERROR(reply, len, &error, &size);
error 352 source4/heimdal/lib/krb5/changepw.c if (error.e_data->length < 2) {
error 355 source4/heimdal/lib/krb5/changepw.c free_KRB_ERROR(&error);
error 360 source4/heimdal/lib/krb5/changepw.c p = error.e_data->data;
error 362 source4/heimdal/lib/krb5/changepw.c if (error.e_data->length == 2)
error 367 source4/heimdal/lib/krb5/changepw.c error.e_data->length - 2);
error 368 source4/heimdal/lib/krb5/changepw.c free_KRB_ERROR(&error);
error 435 source4/heimdal/lib/krb5/changepw.c KRB_ERROR error;
error 439 source4/heimdal/lib/krb5/changepw.c ret = decode_KRB_ERROR(reply + 6, len - 6, &error, &size);
error 443 source4/heimdal/lib/krb5/changepw.c if (error.e_data->length < 2) {
error 448 source4/heimdal/lib/krb5/changepw.c p = error.e_data->data;
error 452 source4/heimdal/lib/krb5/changepw.c error.e_data->length - 2);
error 64 source4/heimdal/lib/krb5/expand_hostname.c int error;
error 72 source4/heimdal/lib/krb5/expand_hostname.c error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
error 73 source4/heimdal/lib/krb5/expand_hostname.c if (error)
error 129 source4/heimdal/lib/krb5/expand_hostname.c int error;
error 139 source4/heimdal/lib/krb5/expand_hostname.c error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
error 140 source4/heimdal/lib/krb5/expand_hostname.c if (error)
error 43 source4/heimdal/lib/krb5/free.c free_KRB_ERROR(&rep->error);
error 408 source4/heimdal/lib/krb5/get_cred.c KRB_ERROR error;
error 561 source4/heimdal/lib/krb5/get_cred.c } else if(krb5_rd_error(context, &resp, &error) == 0) {
error 562 source4/heimdal/lib/krb5/get_cred.c ret = krb5_error_from_rd_error(context, &error, in_creds);
error 563 source4/heimdal/lib/krb5/get_cred.c krb5_free_error_contents(context, &error);
error 848 source4/heimdal/lib/krb5/get_in_tkt.c if(error->e_data) {
error 851 source4/heimdal/lib/krb5/get_in_tkt.c decode_METHOD_DATA(error->e_data->data,
error 852 source4/heimdal/lib/krb5/get_in_tkt.c error->e_data->length,
error 952 source4/heimdal/lib/krb5/get_in_tkt.c KRB_ERROR error;
error 955 source4/heimdal/lib/krb5/get_in_tkt.c ret2 = krb5_rd_error(context, &resp, &error);
error 960 source4/heimdal/lib/krb5/get_in_tkt.c ret = krb5_error_from_rd_error(context, &error, creds);
error 968 source4/heimdal/lib/krb5/get_in_tkt.c && set_ptypes(context, &error, &ptypes, &my_preauth)) {
error 971 source4/heimdal/lib/krb5/get_in_tkt.c krb5_free_error_contents(context, &error);
error 976 source4/heimdal/lib/krb5/get_in_tkt.c ret_as_reply->error = error;
error 978 source4/heimdal/lib/krb5/get_in_tkt.c free_KRB_ERROR (&error);
error 106 source4/heimdal/lib/krb5/init_creds.c if (opt->opt_private == NULL || opt->opt_private->error == NULL)
error 108 source4/heimdal/lib/krb5/init_creds.c free_KRB_ERROR(opt->opt_private->error);
error 109 source4/heimdal/lib/krb5/init_creds.c free(opt->opt_private->error);
error 110 source4/heimdal/lib/krb5/init_creds.c opt->opt_private->error = NULL;
error 125 source4/heimdal/lib/krb5/init_creds.c opt->opt_private->error = malloc(sizeof(*opt->opt_private->error));
error 126 source4/heimdal/lib/krb5/init_creds.c if (opt->opt_private->error == NULL)
error 128 source4/heimdal/lib/krb5/init_creds.c ret = copy_KRB_ERROR(error, opt->opt_private->error);
error 130 source4/heimdal/lib/krb5/init_creds.c free(opt->opt_private->error);
error 131 source4/heimdal/lib/krb5/init_creds.c opt->opt_private->error = NULL;
error 378 source4/heimdal/lib/krb5/init_creds.c *error = NULL;
error 384 source4/heimdal/lib/krb5/init_creds.c if (opt->opt_private->error == NULL)
error 387 source4/heimdal/lib/krb5/init_creds.c *error = malloc(sizeof(**error));
error 388 source4/heimdal/lib/krb5/init_creds.c if (*error == NULL) {
error 393 source4/heimdal/lib/krb5/init_creds.c ret = copy_KRB_ERROR(opt->opt_private->error, *error);
error 1301 source4/heimdal/lib/krb5/init_creds_pw.c KRB_ERROR error;
error 1303 source4/heimdal/lib/krb5/init_creds_pw.c ret = krb5_rd_error(context, &resp, &error);
error 1310 source4/heimdal/lib/krb5/init_creds_pw.c ret = krb5_error_from_rd_error(context, &error, creds);
error 1321 source4/heimdal/lib/krb5/init_creds_pw.c if (error.e_data) {
error 1322 source4/heimdal/lib/krb5/init_creds_pw.c ret = decode_METHOD_DATA(error.e_data->data,
error 1323 source4/heimdal/lib/krb5/init_creds_pw.c error.e_data->length,
error 1332 source4/heimdal/lib/krb5/init_creds_pw.c krb5_free_error_contents(context, &error);
error 1338 source4/heimdal/lib/krb5/init_creds_pw.c &error);
error 1340 source4/heimdal/lib/krb5/init_creds_pw.c rep.error = error;
error 1342 source4/heimdal/lib/krb5/init_creds_pw.c krb5_free_error_contents(context, &error);
error 574 source4/heimdal/lib/krb5/krb5.h KRB_ERROR error;
error 217 source4/heimdal/lib/krb5/krb5_locl.h KRB_ERROR *error;
error 60 source4/heimdal/lib/krb5/rd_error.c free_KRB_ERROR(error);
error 61 source4/heimdal/lib/krb5/rd_error.c memset(error, 0, sizeof(*error));
error 68 source4/heimdal/lib/krb5/rd_error.c krb5_free_error_contents (context, error);
error 69 source4/heimdal/lib/krb5/rd_error.c free (error);
error 79 source4/heimdal/lib/krb5/rd_error.c ret = error->error_code;
error 80 source4/heimdal/lib/krb5/rd_error.c if (error->e_text != NULL) {
error 81 source4/heimdal/lib/krb5/rd_error.c krb5_set_error_message(context, ret, "%s", *error->e_text);
error 649 source4/heimdal/lib/krb5/send_to_kdc.c KRB_ERROR error;
error 651 source4/heimdal/lib/krb5/send_to_kdc.c if(krb5_rd_error(context, reply, &error))
error 654 source4/heimdal/lib/krb5/send_to_kdc.c ret = krb5_error_from_rd_error(context, &error, NULL);
error 655 source4/heimdal/lib/krb5/send_to_kdc.c krb5_free_error_contents(context, &error);
error 253 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_stringz(sp, v4creds->pname), error);
error 254 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_stringz(sp, v4creds->pinst), error);
error 258 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_stringz(sp, v4creds->service), error);
error 259 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_stringz(sp, v4creds->instance), error);
error 260 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_stringz(sp, v4creds->realm), error);
error 264 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 266 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int32(sp, v4creds->lifetime), error);
error 267 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int32(sp, v4creds->kvno), error);
error 268 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int32(sp, v4creds->ticket_st.length), error);
error 274 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 276 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int32(sp, v4creds->issue_date), error);
error 280 source4/heimdal/lib/krb5/v4_glue.c error:
error 394 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_stringz(sp, name), error);
error 395 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_stringz(sp, instance), error);
error 397 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_stringz(sp, realm), error);
error 399 source4/heimdal/lib/krb5/v4_glue.c error:
error 434 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int8(sp, flags), error);
error 435 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, put_nir(sp, pname, pinstance, prealm), error);
error 436 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int32(sp, ntohl(paddress)), error);
error 444 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 447 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int8(sp, life), error);
error 448 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int32(sp, life_sec), error);
error 449 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, put_nir(sp, sname, sinstance, NULL), error);
error 453 source4/heimdal/lib/krb5/v4_glue.c error:
error 497 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 500 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, put_nir(sp, service, instance, realm), error);
error 501 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int8(sp, life), error);
error 502 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int8(sp, kvno), error);
error 503 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int8(sp, ticket->length), error);
error 507 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 509 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int32(sp, kdc_time), error);
error 513 source4/heimdal/lib/krb5/v4_glue.c error:
error 550 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int8(sp, KRB_PROT_VERSION), error);
error 551 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int8(sp, AUTH_MSG_KDC_REPLY), error);
error 552 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, put_nir(sp, pname, pinst, prealm), error);
error 553 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int32(sp, time_ws), error);
error 554 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int8(sp, n), error);
error 555 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int32(sp, x_date), error);
error 556 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int8(sp, kvno), error);
error 557 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int16(sp, cipher->length), error);
error 561 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 566 source4/heimdal/lib/krb5/v4_glue.c error:
error 606 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int8(sp, KRB_PROT_VERSION), error);
error 607 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int8(sp, AUTH_MSG_ERR_REPLY), error);
error 608 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, put_nir(sp, name, inst, realm), error);
error 609 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int32(sp, time_ws), error);
error 613 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_int32(sp, e), error);
error 614 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_store_stringz(sp, e_string), error);
error 618 source4/heimdal/lib/krb5/v4_glue.c error:
error 667 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, decrypt_etext(context, key, enc_ticket, &ticket), error);
error 678 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_ret_int8(sp, &ad->k_flags), error);
error 679 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, get_v4_stringz(sp, &ad->pname, ANAME_SZ), error);
error 680 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, get_v4_stringz(sp, &ad->pinst, INST_SZ), error);
error 681 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, get_v4_stringz(sp, &ad->prealm, REALM_SZ), error);
error 682 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_ret_uint32(sp, &ad->address), error);
error 687 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 690 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_ret_uint8(sp, &ad->life), error);
error 697 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_ret_uint32(sp, &ad->time_sec), error);
error 699 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, get_v4_stringz(sp, sname, ANAME_SZ), error);
error 700 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, get_v4_stringz(sp, sinstance, INST_SZ), error);
error 705 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 712 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 716 source4/heimdal/lib/krb5/v4_glue.c error:
error 789 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 795 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 801 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 811 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 814 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_ret_int8(sp, &s_kvno), error);
error 815 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, get_v4_stringz(sp, &realm, REALM_SZ), error);
error 816 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_ret_uint8(sp, &ticket_length), error);
error 817 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_ret_uint8(sp, &eaut_length), error);
error 818 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_data_alloc(&ticket, ticket_length), error);
error 824 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 831 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 833 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_data_alloc(&eaut, eaut_length), error);
error 840 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 848 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 854 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 862 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, get_v4_stringz(sp, &r_name, ANAME_SZ), error);
error 863 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, get_v4_stringz(sp, &r_instance, INST_SZ), error);
error 864 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, get_v4_stringz(sp, &r_realm, REALM_SZ), error);
error 866 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_ret_uint32(sp, &ad->checksum), error);
error 867 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_ret_uint8(sp, &time_5ms), error);
error 868 source4/heimdal/lib/krb5/v4_glue.c RCHECK(ret, krb5_ret_uint32(sp, &r_time_sec), error);
error 875 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 882 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 890 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 901 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 907 source4/heimdal/lib/krb5/v4_glue.c goto error;
error 911 source4/heimdal/lib/krb5/v4_glue.c error:
error 241 source4/heimdal/lib/roken/getaddrinfo.c int error;
error 244 source4/heimdal/lib/roken/getaddrinfo.c he->h_addrtype, &error);
error 324 source4/heimdal/lib/roken/getaddrinfo.c int error;
error 335 source4/heimdal/lib/roken/getaddrinfo.c he = getipnodebyname (nodename, PF_INET6, 0, &error);
error 347 source4/heimdal/lib/roken/getaddrinfo.c he = getipnodebyname (nodename, PF_INET, 0, &error);
error 41 source4/include/includes.h #define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 42 source4/include/includes.h #define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 43 source4/include/includes.h #define public #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 44 source4/include/includes.h #define protected #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 45 source4/include/includes.h #define template #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 46 source4/include/includes.h #define this #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 47 source4/include/includes.h #define new #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 48 source4/include/includes.h #define delete #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 49 source4/include/includes.h #define friend #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
error 138 source4/ldap_server/ldap_backend.c r->response.resultcode = error;
error 41 source4/lib/com/main.c WERROR error;
error 48 source4/lib/com/main.c error = com_get_class_object(ctx, clsid, &classfact_iid, (struct IUnknown **)&factory);
error 49 source4/lib/com/main.c if (!W_ERROR_IS_OK(error)) {
error 51 source4/lib/com/main.c return error;
error 55 source4/lib/com/main.c error = IClassFactory_CreateInstance(factory, ctx, NULL, &classfact_iid, &iunk);
error 56 source4/lib/com/main.c if (!W_ERROR_IS_OK(error)) {
error 57 source4/lib/com/main.c DEBUG(3, ("Error while calling IClassFactory::CreateInstance : %s\n", win_errstr(error)));
error 58 source4/lib/com/main.c return error;
error 69 source4/lib/com/main.c error = WERR_OK;
error 74 source4/lib/com/main.c if (!W_ERROR_IS_OK(results[i])) error = results[i];
error 77 source4/lib/com/main.c return error;
error 38 source4/lib/com/pycom.c WERROR error;
error 55 source4/lib/com/pycom.c error = com_get_class_object(py_com_ctx, &clsid, &iid, &object);
error 56 source4/lib/com/pycom.c if (!W_ERROR_IS_OK(error)) {
error 57 source4/lib/com/pycom.c PyErr_FromWERROR(error);
error 74 source4/lib/com/pycom.c WERROR error;
error 76 source4/lib/com/pycom.c error = com_init_ctx(&py_com_ctx, NULL);
error 77 source4/lib/com/pycom.c if (!W_ERROR_IS_OK(error)) {
error 78 source4/lib/com/pycom.c PyErr_FromWERROR(error);
error 638 source4/lib/ldb/common/ldb.c if (ares->error != LDB_SUCCESS) {
error 639 source4/lib/ldb/common/ldb.c return ldb_request_done(req, ares->error);
error 695 source4/lib/ldb/common/ldb.c if (ares->error != LDB_SUCCESS) {
error 696 source4/lib/ldb/common/ldb.c ret = ares->error;
error 959 source4/lib/ldb/common/ldb.c if (ares->error != LDB_SUCCESS) {
error 960 source4/lib/ldb/common/ldb.c return ldb_request_done(req, ares->error);
error 646 source4/lib/ldb/common/ldb_modules.c ares->error = LDB_SUCCESS;
error 671 source4/lib/ldb/common/ldb_modules.c ares->error = LDB_SUCCESS;
error 701 source4/lib/ldb/common/ldb_modules.c ares->error = error;
error 704 source4/lib/ldb/common/ldb_modules.c return error;
error 722 source4/lib/ldb/include/ldb.h int error;
error 92 source4/lib/ldb/ldb_ildap/ldb_ildap.c ares->error = error;
error 463 source4/lib/ldb/ldb_ldap/ldb_ldap.c ares->error = error;
error 212 source4/lib/ldb/ldb_map/ldb_map_inbound.c if (ares->error != LDB_SUCCESS) {
error 214 source4/lib/ldb/ldb_map/ldb_map_inbound.c ares->response, ares->error);
error 303 source4/lib/ldb/ldb_map/ldb_map_inbound.c if (ares->error != LDB_SUCCESS) {
error 305 source4/lib/ldb/ldb_map/ldb_map_inbound.c ares->response, ares->error);
error 337 source4/lib/ldb/ldb_map/ldb_map_inbound.c if (ares->error != LDB_SUCCESS) {
error 339 source4/lib/ldb/ldb_map/ldb_map_inbound.c ares->response, ares->error);
error 349 source4/lib/ldb/ldb_map/ldb_map_inbound.c ares->response, ares->error);
error 788 source4/lib/ldb/ldb_map/ldb_map_inbound.c if (ares->error != LDB_SUCCESS) {
error 790 source4/lib/ldb/ldb_map/ldb_map_inbound.c ares->response, ares->error);
error 1208 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (ares->error != LDB_SUCCESS) {
error 1210 source4/lib/ldb/ldb_map/ldb_map_outbound.c ares->response, ares->error);
error 1308 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (ares->error != LDB_SUCCESS) {
error 1310 source4/lib/ldb/ldb_map/ldb_map_outbound.c ares->response, ares->error);
error 1374 source4/lib/ldb/ldb_map/ldb_map_outbound.c ac->r_current->remote->error);
error 1444 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c ares->error = error;
error 1009 source4/lib/ldb/ldb_tdb/ldb_tdb.c ares->error = error;
error 1058 source4/lib/ldb/ldb_tdb/ldb_tdb.c ares->error = error;
error 134 source4/lib/ldb/modules/asq.c if (ares->error != LDB_SUCCESS) {
error 136 source4/lib/ldb/modules/asq.c ares->response, ares->error);
error 175 source4/lib/ldb/modules/asq.c if (ares->error != LDB_SUCCESS) {
error 177 source4/lib/ldb/modules/asq.c ares->response, ares->error);
error 201 source4/lib/ldb/modules/operational.c if (ares->error != LDB_SUCCESS) {
error 203 source4/lib/ldb/modules/operational.c ares->response, ares->error);
error 238 source4/lib/ldb/modules/paged_results.c if (ares->error != LDB_SUCCESS) {
error 240 source4/lib/ldb/modules/paged_results.c ares->response, ares->error);
error 157 source4/lib/ldb/modules/paged_searches.c if (ares->error != LDB_SUCCESS) {
error 159 source4/lib/ldb/modules/paged_searches.c ares->response, ares->error);
error 305 source4/lib/ldb/modules/paged_searches.c if (ares->error != LDB_SUCCESS) {
error 74 source4/lib/ldb/modules/rdn_name.c if (ares->error != LDB_SUCCESS) {
error 76 source4/lib/ldb/modules/rdn_name.c ares->response, ares->error);
error 193 source4/lib/ldb/modules/rdn_name.c if (ares->error != LDB_SUCCESS) {
error 195 source4/lib/ldb/modules/rdn_name.c ares->response, ares->error);
error 223 source4/lib/ldb/modules/rdn_name.c goto error;
error 225 source4/lib/ldb/modules/rdn_name.c if (ares->error != LDB_SUCCESS) {
error 227 source4/lib/ldb/modules/rdn_name.c ares->response, ares->error);
error 232 source4/lib/ldb/modules/rdn_name.c goto error;
error 240 source4/lib/ldb/modules/rdn_name.c goto error;
error 244 source4/lib/ldb/modules/rdn_name.c goto error;
error 248 source4/lib/ldb/modules/rdn_name.c goto error;
error 254 source4/lib/ldb/modules/rdn_name.c goto error;
error 257 source4/lib/ldb/modules/rdn_name.c goto error;
error 260 source4/lib/ldb/modules/rdn_name.c goto error;
error 263 source4/lib/ldb/modules/rdn_name.c goto error;
error 278 source4/lib/ldb/modules/rdn_name.c error:
error 198 source4/lib/ldb/modules/sort.c if (ares->error != LDB_SUCCESS) {
error 200 source4/lib/ldb/modules/sort.c ares->response, ares->error);
error 148 source4/lib/ldb/tools/ldbsearch.c if (ares->error != LDB_SUCCESS) {
error 149 source4/lib/ldb/tools/ldbsearch.c return ldb_request_done(req, ares->error);
error 79 source4/lib/registry/local.c WERROR error;
error 103 source4/lib/registry/local.c error = hive_get_key_by_name(mem_ctx, curkey,
error 105 source4/lib/registry/local.c if (!W_ERROR_IS_OK(error)) {
error 107 source4/lib/registry/local.c win_errstr(error)));
error 109 source4/lib/registry/local.c return error;
error 51 source4/lib/registry/patchfile.c WERROR error, error1, error2;
error 57 source4/lib/registry/patchfile.c error = reg_key_get_info(mem_ctx, oldkey, NULL,
error 60 source4/lib/registry/patchfile.c if (!W_ERROR_IS_OK(error)) {
error 62 source4/lib/registry/patchfile.c win_errstr(error)));
error 64 source4/lib/registry/patchfile.c return error;
error 115 source4/lib/registry/patchfile.c error = reg_key_get_info(mem_ctx, newkey, NULL,
error 118 source4/lib/registry/patchfile.c if (!W_ERROR_IS_OK(error)) {
error 120 source4/lib/registry/patchfile.c win_errstr(error)));
error 122 source4/lib/registry/patchfile.c return error;
error 260 source4/lib/registry/patchfile.c WERROR error;
error 265 source4/lib/registry/patchfile.c error = reg_get_predefined_key(ctx1,
error 267 source4/lib/registry/patchfile.c if (!W_ERROR_IS_OK(error) &&
error 268 source4/lib/registry/patchfile.c !W_ERROR_EQUAL(error, WERR_BADFILE)) {
error 274 source4/lib/registry/patchfile.c error = reg_get_predefined_key(ctx2,
error 276 source4/lib/registry/patchfile.c if (!W_ERROR_IS_OK(error) &&
error 277 source4/lib/registry/patchfile.c !W_ERROR_EQUAL(error, WERR_BADFILE)) {
error 283 source4/lib/registry/patchfile.c error = reg_generate_diff_key(r1, r2,
error 286 source4/lib/registry/patchfile.c if (!W_ERROR_IS_OK(error)) {
error 288 source4/lib/registry/patchfile.c win_errstr(error)));
error 289 source4/lib/registry/patchfile.c return error;
error 350 source4/lib/registry/patchfile.c WERROR error;
error 359 source4/lib/registry/patchfile.c error = reg_key_add_abs(ctx, ctx, buf, 0, NULL, &tmp);
error 361 source4/lib/registry/patchfile.c if (!W_ERROR_EQUAL(error, WERR_ALREADY_EXISTS) &&
error 362 source4/lib/registry/patchfile.c !W_ERROR_IS_OK(error)) {
error 364 source4/lib/registry/patchfile.c key_name, win_errstr(error)));
error 365 source4/lib/registry/patchfile.c return error;
error 372 source4/lib/registry/patchfile.c error = reg_key_add_abs(ctx, ctx, key_name, 0, NULL, &tmp);
error 374 source4/lib/registry/patchfile.c if (!W_ERROR_EQUAL(error, WERR_ALREADY_EXISTS) &&
error 375 source4/lib/registry/patchfile.c !W_ERROR_IS_OK(error)) {
error 377 source4/lib/registry/patchfile.c key_name, win_errstr(error)));
error 378 source4/lib/registry/patchfile.c return error;
error 403 source4/lib/registry/patchfile.c WERROR error;
error 406 source4/lib/registry/patchfile.c error = reg_open_key_abs(ctx, ctx, path, &tmp);
error 408 source4/lib/registry/patchfile.c if (W_ERROR_EQUAL(error, WERR_BADFILE)) {
error 410 source4/lib/registry/patchfile.c return error;
error 414 source4/lib/registry/patchfile.c error = reg_val_set(tmp, value_name,
error 416 source4/lib/registry/patchfile.c if (!W_ERROR_IS_OK(error)) {
error 418 source4/lib/registry/patchfile.c return error;
error 429 source4/lib/registry/patchfile.c WERROR error;
error 432 source4/lib/registry/patchfile.c error = reg_open_key_abs(ctx, ctx, key_name, &tmp);
error 434 source4/lib/registry/patchfile.c if (!W_ERROR_IS_OK(error)) {
error 436 source4/lib/registry/patchfile.c return error;
error 439 source4/lib/registry/patchfile.c error = reg_del_value(tmp, value_name);
error 440 source4/lib/registry/patchfile.c if (!W_ERROR_IS_OK(error)) {
error 442 source4/lib/registry/patchfile.c return error;
error 453 source4/lib/registry/patchfile.c WERROR error;
error 456 source4/lib/registry/patchfile.c error = reg_open_key_abs(ctx, ctx, key_name, &key);
error 458 source4/lib/registry/patchfile.c if (!W_ERROR_IS_OK(error)) {
error 460 source4/lib/registry/patchfile.c return error;
error 468 source4/lib/registry/patchfile.c error = reg_del_value(key, value_name);
error 469 source4/lib/registry/patchfile.c if (!W_ERROR_IS_OK(error)) {
error 471 source4/lib/registry/patchfile.c return error;
error 148 source4/lib/registry/patchfile_dotreg.c WERROR error;
error 183 source4/lib/registry/patchfile_dotreg.c error = callbacks->del_key(callback_data,
error 185 source4/lib/registry/patchfile_dotreg.c if (!W_ERROR_IS_OK(error)) {
error 189 source4/lib/registry/patchfile_dotreg.c return error;
error 198 source4/lib/registry/patchfile_dotreg.c error = callbacks->add_key(callback_data, curkey);
error 199 source4/lib/registry/patchfile_dotreg.c if (!W_ERROR_IS_OK(error)) {
error 202 source4/lib/registry/patchfile_dotreg.c return error;
error 227 source4/lib/registry/patchfile_dotreg.c error = callbacks->del_value(callback_data,
error 229 source4/lib/registry/patchfile_dotreg.c if (!W_ERROR_IS_OK(error)) {
error 233 source4/lib/registry/patchfile_dotreg.c return error;
error 250 source4/lib/registry/patchfile_dotreg.c error = callbacks->set_value(callback_data, curkey, line,
error 252 source4/lib/registry/patchfile_dotreg.c if (!W_ERROR_IS_OK(error)) {
error 256 source4/lib/registry/patchfile_dotreg.c return error;
error 567 source4/lib/registry/regf.c WERROR error;
error 571 source4/lib/registry/regf.c for (i = 0; W_ERROR_IS_OK(error = regf_get_value(mem_ctx, key, i,
error 578 source4/lib/registry/regf.c if (W_ERROR_EQUAL(error, WERR_NO_MORE_ITEMS))
error 581 source4/lib/registry/regf.c return error;
error 1604 source4/lib/registry/regf.c WERROR error;
error 1628 source4/lib/registry/regf.c error = regf_get_subkey_by_index(parent_nk, sk, 0,
error 1631 source4/lib/registry/regf.c if (!W_ERROR_IS_OK(error)) {
error 1633 source4/lib/registry/regf.c return error;
error 1637 source4/lib/registry/regf.c error = regf_del_key(sk, sk_name);
error 1638 source4/lib/registry/regf.c if (!W_ERROR_IS_OK(error)) {
error 1640 source4/lib/registry/regf.c return error;
error 1654 source4/lib/registry/regf.c error = regf_get_value(parent_nk, sk, 0,
error 1657 source4/lib/registry/regf.c if (!W_ERROR_IS_OK(error)) {
error 1659 source4/lib/registry/regf.c return error;
error 1663 source4/lib/registry/regf.c error = regf_del_value(sk, val_name);
error 1664 source4/lib/registry/regf.c if (!W_ERROR_IS_OK(error)) {
error 1666 source4/lib/registry/regf.c return error;
error 1674 source4/lib/registry/regf.c error = regf_sl_del_entry(private_data->hive, parent_nk->subkeys_offset,
error 1676 source4/lib/registry/regf.c if (!W_ERROR_IS_OK(error)) {
error 1678 source4/lib/registry/regf.c return error;
error 1706 source4/lib/registry/regf.c WERROR error;
error 1739 source4/lib/registry/regf.c error = regf_sl_add_entry(regf, parent_nk->subkeys_offset, name, offset,
error 1741 source4/lib/registry/regf.c if (!W_ERROR_IS_OK(error)) {
error 1743 source4/lib/registry/regf.c return error;
error 1921 source4/lib/registry/regf.c WERROR error;
error 2029 source4/lib/registry/regf.c error = regf_save_hbin(regf);
error 2030 source4/lib/registry/regf.c if (!W_ERROR_IS_OK(error)) {
error 2031 source4/lib/registry/regf.c return error;
error 200 source4/lib/registry/rpc.c WERROR error;
error 204 source4/lib/registry/rpc.c error = rpc_query_key(mem_ctx, parent);
error 205 source4/lib/registry/rpc.c if(!W_ERROR_IS_OK(error)) return error;
error 251 source4/lib/registry/rpc.c WERROR error;
error 255 source4/lib/registry/rpc.c error = rpc_query_key(mem_ctx, parent);
error 256 source4/lib/registry/rpc.c if(!W_ERROR_IS_OK(error)) return error;
error 435 source4/lib/registry/rpc.c WERROR error;
error 438 source4/lib/registry/rpc.c error = rpc_query_key(mem_ctx, key);
error 439 source4/lib/registry/rpc.c if(!W_ERROR_IS_OK(error)) return error;
error 36 source4/lib/registry/samba.c WERROR error;
error 44 source4/lib/registry/samba.c error = reg_open_hive(ctx, location, auth_info, creds, event_ctx, lp_ctx, &hive);
error 46 source4/lib/registry/samba.c if (W_ERROR_EQUAL(error, WERR_BADFILE))
error 47 source4/lib/registry/samba.c error = reg_open_ldb_file(ctx, location, auth_info,
error 50 source4/lib/registry/samba.c if (!W_ERROR_IS_OK(error))
error 51 source4/lib/registry/samba.c return error;
error 40 source4/lib/registry/tests/diff.c WERROR error;
error 43 source4/lib/registry/tests/diff.c error = reg_generate_diff(td->r1_ctx, td->r2_ctx,
error 46 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "reg_generate_diff");
error 58 source4/lib/registry/tests/diff.c WERROR error;
error 62 source4/lib/registry/tests/diff.c error = reg_diff_load(td->filename, iconv_convenience, callbacks, data);
error 63 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "reg_diff_load");
error 72 source4/lib/registry/tests/diff.c WERROR error;
error 74 source4/lib/registry/tests/diff.c error = reg_diff_apply(td->r1_ctx, lp_iconv_convenience(tctx->lp_ctx), td->filename);
error 75 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "reg_diff_apply");
error 77 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->get_predefined_key(td->r1_ctx, HKEY_LOCAL_MACHINE, &key);
error 78 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening HKEY_LOCAL_MACHINE failed");
error 82 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Software", &key);
error 83 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening HKLM\\Software failed");
error 84 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Microsoft", &key);
error 85 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening HKLM\\Software\\Microsoft failed");
error 86 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Windows", &key);
error 87 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening HKLM\\..\\Microsoft\\Windows failed");
error 88 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "CurrentVersion", &key);
error 89 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening HKLM\\..\\Windows\\CurrentVersion failed");
error 90 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Policies", &key);
error 91 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening HKLM\\..\\CurrentVersion\\Policies failed");
error 92 source4/lib/registry/tests/diff.c error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Explorer", &key);
error 93 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening HKLM\\..\\Policies\\Explorer failed");
error 156 source4/lib/registry/tests/diff.c WERROR error;
error 168 source4/lib/registry/tests/diff.c error = reg_open_local(tctx, &r1_ctx);
error 169 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening registry 1 for patch tests failed");
error 171 source4/lib/registry/tests/diff.c error = reg_open_local(tctx, &r2_ctx);
error 172 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening registry 2 for patch tests failed");
error 180 source4/lib/registry/tests/diff.c error = reg_open_ldb_file(tctx, filename, NULL, NULL, tctx->ev, tctx->lp_ctx, &r1_hklm);
error 181 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening local machine file failed");
error 183 source4/lib/registry/tests/diff.c error = reg_mount_hive(r1_ctx, r1_hklm, HKEY_LOCAL_MACHINE, NULL);
error 184 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Mounting hive failed");
error 187 source4/lib/registry/tests/diff.c error = reg_open_ldb_file(tctx, filename, NULL, NULL, tctx->ev, tctx->lp_ctx, &r1_hkcu);
error 188 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening current user file failed");
error 190 source4/lib/registry/tests/diff.c error = reg_mount_hive(r1_ctx, r1_hkcu, HKEY_CURRENT_USER, NULL);
error 191 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Mounting hive failed");
error 195 source4/lib/registry/tests/diff.c error = reg_open_ldb_file(tctx, filename, NULL, NULL, tctx->ev, tctx->lp_ctx, &r2_hklm);
error 196 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening local machine file failed");
error 198 source4/lib/registry/tests/diff.c error = reg_mount_hive(r2_ctx, r2_hklm, HKEY_LOCAL_MACHINE, NULL);
error 199 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Mounting hive failed");
error 202 source4/lib/registry/tests/diff.c error = reg_open_ldb_file(tctx, filename, NULL, NULL, tctx->ev, tctx->lp_ctx, &r2_hkcu);
error 203 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening current user file failed");
error 205 source4/lib/registry/tests/diff.c error = reg_mount_hive(r2_ctx, r2_hkcu, HKEY_CURRENT_USER, NULL);
error 206 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Mounting hive failed");
error 208 source4/lib/registry/tests/diff.c error = r1_ctx->ops->get_predefined_key(r1_ctx, HKEY_CURRENT_USER, &key);
error 209 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening HKEY_CURRENT_USER failed");
error 210 source4/lib/registry/tests/diff.c error = r1_ctx->ops->create_key(r1_ctx, key, "Network", NULL, NULL, &newkey);
error 211 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening HKCU\\Network failed");
error 212 source4/lib/registry/tests/diff.c error = r1_ctx->ops->create_key(r1_ctx, newkey, "L", NULL, NULL, &newkey);
error 213 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening HKCU\\Network\\L failed");
error 215 source4/lib/registry/tests/diff.c error = r2_ctx->ops->get_predefined_key(r2_ctx, HKEY_LOCAL_MACHINE, &key);
error 216 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Opening HKEY_LOCAL_MACHINE failed");
error 217 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, key, "Software", NULL, NULL, &newkey);
error 218 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Creating HKLM\\Sofware failed");
error 219 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Microsoft", NULL, NULL, &newkey);
error 220 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Creating HKLM\\Software\\Microsoft failed");
error 221 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Windows", NULL, NULL, &newkey);
error 222 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Creating HKLM\\Software\\Microsoft\\Windows failed");
error 223 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "CurrentVersion", NULL, NULL, &newkey);
error 224 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Creating HKLM\\..\\Windows\\CurrentVersion failed");
error 225 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Policies", NULL, NULL, &newkey);
error 226 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Creating HKLM\\..\\CurrentVersion\\Policies failed");
error 227 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Explorer", NULL, NULL, &newkey);
error 228 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "Creating HKLM\\..\\Policies\\Explorer failed");
error 250 source4/lib/registry/tests/diff.c WERROR error;
error 258 source4/lib/registry/tests/diff.c error = reg_preg_diff_save(tctx, td->filename, ic, &td->callbacks, &td->callback_data);
error 259 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "reg_preg_diff_save");
error 268 source4/lib/registry/tests/diff.c WERROR error;
error 276 source4/lib/registry/tests/diff.c error = reg_dotreg_diff_save(tctx, td->filename, ic, &td->callbacks, &td->callback_data);
error 277 source4/lib/registry/tests/diff.c torture_assert_werr_ok(tctx, error, "reg_dotreg_diff_save");
error 35 source4/lib/registry/tests/hive.c WERROR error = hive_key_del(root, "bla");
error 36 source4/lib/registry/tests/hive.c torture_assert_werr_equal(tctx, error, WERR_BADFILE,
error 47 source4/lib/registry/tests/hive.c WERROR error;
error 51 source4/lib/registry/tests/hive.c error = hive_key_get_info(tctx, root, NULL, &num_subkeys, &num_values,
error 53 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "reg_key_num_subkeys()");
error 58 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "reg_key_num_values");
error 70 source4/lib/registry/tests/hive.c WERROR error;
error 75 source4/lib/registry/tests/hive.c error = hive_key_add_name(tctx, root, "Nested Keyll", NULL,
error 77 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_add_name");
error 79 source4/lib/registry/tests/hive.c error = hive_key_set_value(root, "Answer", REG_DWORD,
error 81 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_set_value");
error 85 source4/lib/registry/tests/hive.c error = hive_key_get_info(tctx, root, NULL, &num_subkeys, &num_values,
error 87 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "reg_key_num_subkeys()");
error 91 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "reg_key_num_values");
error 101 source4/lib/registry/tests/hive.c WERROR error;
error 106 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "Nested Key", NULL,
error 108 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_add_name");
error 110 source4/lib/registry/tests/hive.c error = hive_key_del(root, "Nested Key");
error 111 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "reg_key_del");
error 119 source4/lib/registry/tests/hive.c WERROR error;
error 128 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "Parent Key", NULL,
error 130 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_add_name");
error 133 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, subkey, "Child Key", NULL,
error 135 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_add_name");
error 138 source4/lib/registry/tests/hive.c error = hive_key_set_value(subkey2, "Answer Recursive", REG_DWORD,
error 140 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_set_value");
error 143 source4/lib/registry/tests/hive.c error = hive_key_del(root, "Parent Key");
error 144 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_del");
error 160 source4/lib/registry/tests/hive.c WERROR error;
error 165 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "Nested Key", NULL,
error 167 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_add_name");
error 169 source4/lib/registry/tests/hive.c error = hive_key_del(root, "Nested Key");
error 170 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "reg_key_del");
error 172 source4/lib/registry/tests/hive.c error = hive_key_del(root, "Nested Key");
error 173 source4/lib/registry/tests/hive.c torture_assert_werr_equal(tctx, error, WERR_BADFILE, "reg_key_del");
error 181 source4/lib/registry/tests/hive.c WERROR error;
error 188 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "YA Nested Key", NULL,
error 190 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_add_name");
error 192 source4/lib/registry/tests/hive.c error = hive_key_set_value(subkey, "Answer", REG_DWORD,
error 194 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_set_value");
error 201 source4/lib/registry/tests/hive.c WERROR error;
error 211 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "EYA Nested Key", NULL,
error 213 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_add_name");
error 215 source4/lib/registry/tests/hive.c error = hive_get_value(mem_ctx, subkey, "Answer", &type, &value);
error 216 source4/lib/registry/tests/hive.c torture_assert_werr_equal(tctx, error, WERR_BADFILE,
error 219 source4/lib/registry/tests/hive.c error = hive_key_set_value(subkey, "Answer", REG_DWORD,
error 221 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_set_value");
error 223 source4/lib/registry/tests/hive.c error = hive_get_value(mem_ctx, subkey, "Answer", &type, &value);
error 224 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "getting value");
error 237 source4/lib/registry/tests/hive.c WERROR error;
error 247 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "EEYA Nested Key", NULL,
error 249 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_add_name");
error 251 source4/lib/registry/tests/hive.c error = hive_key_set_value(subkey, "Answer", REG_DWORD,
error 253 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_set_value");
error 255 source4/lib/registry/tests/hive.c error = hive_key_del_value(subkey, "Answer");
error 256 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "deleting value");
error 258 source4/lib/registry/tests/hive.c error = hive_get_value(mem_ctx, subkey, "Answer", &type, &value);
error 259 source4/lib/registry/tests/hive.c torture_assert_werr_equal(tctx, error, WERR_BADFILE, "getting value");
error 261 source4/lib/registry/tests/hive.c error = hive_key_del_value(subkey, "Answer");
error 262 source4/lib/registry/tests/hive.c torture_assert_werr_equal(tctx, error, WERR_BADFILE,
error 271 source4/lib/registry/tests/hive.c WERROR error;
error 282 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "AYAYA Nested Key", NULL,
error 284 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_add_name");
error 286 source4/lib/registry/tests/hive.c error = hive_key_set_value(subkey, "Answer", REG_DWORD,
error 288 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_set_value");
error 290 source4/lib/registry/tests/hive.c error = hive_get_value_by_index(mem_ctx, subkey, 0, &name,
error 292 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "getting value");
error 302 source4/lib/registry/tests/hive.c error = hive_get_value_by_index(mem_ctx, subkey, 1, &name,
error 304 source4/lib/registry/tests/hive.c torture_assert_werr_equal(tctx, error, WERR_NO_MORE_ITEMS,
error 314 source4/lib/registry/tests/hive.c WERROR error;
error 327 source4/lib/registry/tests/hive.c error = hive_key_add_name(tctx, root, "SecurityKey", NULL,
error 329 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "hive_key_add_name");
error 331 source4/lib/registry/tests/hive.c error = hive_get_sec_desc(tctx, subkey, &nsd);
error 332 source4/lib/registry/tests/hive.c torture_assert_werr_ok (tctx, error, "getting security descriptor");
error 348 source4/lib/registry/tests/hive.c error = hive_set_sec_desc(subkey, osd);
error 349 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, error, "setting security descriptor");
error 351 source4/lib/registry/tests/hive.c error = hive_get_sec_desc(tctx, subkey, &nsd);
error 352 source4/lib/registry/tests/hive.c torture_assert_werr_ok (tctx, error, "getting security descriptor");
error 394 source4/lib/registry/tests/hive.c WERROR error;
error 404 source4/lib/registry/tests/hive.c error = reg_create_directory(tctx, dirname, &key);
error 405 source4/lib/registry/tests/hive.c if (!W_ERROR_IS_OK(error)) {
error 418 source4/lib/registry/tests/hive.c WERROR error;
error 428 source4/lib/registry/tests/hive.c error = reg_open_ldb_file(tctx, dirname, NULL, NULL, tctx->ev, tctx->lp_ctx, &key);
error 429 source4/lib/registry/tests/hive.c if (!W_ERROR_IS_OK(error)) {
error 442 source4/lib/registry/tests/hive.c WERROR error;
error 452 source4/lib/registry/tests/hive.c error = reg_create_regf_file(tctx, lp_iconv_convenience(tctx->lp_ctx),
error 454 source4/lib/registry/tests/hive.c if (!W_ERROR_IS_OK(error)) {
error 37 source4/lib/registry/tests/registry.c WERROR error;
error 39 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, &root);
error 40 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error,
error 53 source4/lib/registry/tests/registry.c WERROR error;
error 55 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, 1337, &root);
error 56 source4/lib/registry/tests/registry.c torture_assert_werr_equal(tctx, error, WERR_BADFILE,
error 65 source4/lib/registry/tests/registry.c WERROR error;
error 67 source4/lib/registry/tests/registry.c error = reg_get_predefined_key_by_name(rctx, "HKEY_CLASSES_ROOT",
error 69 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error,
error 72 source4/lib/registry/tests/registry.c error = reg_get_predefined_key_by_name(rctx, "HKEY_classes_ROOT",
error 74 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error,
error 85 source4/lib/registry/tests/registry.c WERROR error;
error 87 source4/lib/registry/tests/registry.c error = reg_get_predefined_key_by_name(rctx, "BLA", &root);
error 88 source4/lib/registry/tests/registry.c torture_assert_werr_equal(tctx, error, WERR_BADFILE,
error 100 source4/lib/registry/tests/registry.c WERROR error;
error 102 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, &root);
error 103 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error,
error 106 source4/lib/registry/tests/registry.c error = reg_key_add_name(rctx, root, "Bad Bentheim", NULL, NULL,
error 108 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "Creating key return code");
error 121 source4/lib/registry/tests/registry.c WERROR error;
error 123 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, &root);
error 124 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error,
error 127 source4/lib/registry/tests/registry.c error = reg_key_add_name(rctx, root, "Hamburg", NULL, NULL,
error 129 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "Creating key return code");
error 132 source4/lib/registry/tests/registry.c error = reg_key_add_name(rctx, root, "Hamburg\\Hamburg", NULL, NULL,
error 134 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "Creating key return code");
error 147 source4/lib/registry/tests/registry.c WERROR error;
error 149 source4/lib/registry/tests/registry.c error = reg_key_add_abs(tctx, rctx, "HKEY_CLASSES_ROOT", 0, NULL,
error 151 source4/lib/registry/tests/registry.c torture_assert_werr_equal(tctx, error, WERR_ALREADY_EXISTS,
error 162 source4/lib/registry/tests/registry.c WERROR error;
error 166 source4/lib/registry/tests/registry.c error = reg_key_add_abs(tctx, rctx, "HKEY_CLASSES_ROOT\\bloe", 0, NULL,
error 168 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "create lowest");
error 170 source4/lib/registry/tests/registry.c error = reg_key_add_abs(tctx, rctx, "HKEY_CLASSES_ROOT\\bloe\\bla", 0,
error 172 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "create nested");
error 174 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, &root);
error 175 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error,
error 178 source4/lib/registry/tests/registry.c error = reg_open_key(tctx, root, "bloe", &result2);
error 179 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "opening key");
error 181 source4/lib/registry/tests/registry.c error = reg_open_key(tctx, root, "bloe\\bla", &result2);
error 182 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "opening key");
error 192 source4/lib/registry/tests/registry.c WERROR error;
error 194 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, &root);
error 195 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error,
error 198 source4/lib/registry/tests/registry.c error = reg_key_add_name(rctx, root, "Polen", NULL, NULL, &newkey);
error 200 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "Creating key return code");
error 203 source4/lib/registry/tests/registry.c error = reg_key_del(root, "Polen");
error 204 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "Delete key");
error 206 source4/lib/registry/tests/registry.c error = reg_key_del(root, "Polen");
error 207 source4/lib/registry/tests/registry.c torture_assert_werr_equal(tctx, error, WERR_BADFILE,
error 223 source4/lib/registry/tests/registry.c WERROR error;
error 225 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, root);
error 226 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error,
error 229 source4/lib/registry/tests/registry.c error = reg_key_add_name(rctx, *root, name, NULL, NULL, subkey);
error 230 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "Creating key return code");
error 240 source4/lib/registry/tests/registry.c WERROR error;
error 245 source4/lib/registry/tests/registry.c error = reg_key_flush(subkey);
error 246 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "flush key");
error 258 source4/lib/registry/tests/registry.c WERROR error;
error 266 source4/lib/registry/tests/registry.c error = reg_key_get_info(tctx, subkey, &classname,
error 270 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "get info key");
error 282 source4/lib/registry/tests/registry.c WERROR error;
error 290 source4/lib/registry/tests/registry.c error = reg_key_add_name(rctx, subkey1, "Bentheim", NULL, NULL,
error 292 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "Creating key return code");
error 294 source4/lib/registry/tests/registry.c error = reg_val_set(subkey1, "Answer", REG_DWORD,
error 296 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "set value");
error 298 source4/lib/registry/tests/registry.c error = reg_key_get_info(tctx, subkey1, NULL, &num_subkeys,
error 301 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "get info key");
error 317 source4/lib/registry/tests/registry.c WERROR error;
error 324 source4/lib/registry/tests/registry.c error = reg_key_get_subkey_by_index(tctx, root, 0, &name, &classname,
error 327 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "Enum keys return code");
error 331 source4/lib/registry/tests/registry.c error = reg_key_get_subkey_by_index(tctx, root, 0, NULL, NULL, NULL);
error 333 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error,
error 336 source4/lib/registry/tests/registry.c error = reg_key_get_subkey_by_index(tctx, root, 1, NULL, NULL, NULL);
error 338 source4/lib/registry/tests/registry.c torture_assert_werr_equal(tctx, error, WERR_NO_MORE_ITEMS,
error 341 source4/lib/registry/tests/registry.c error = reg_key_get_subkey_by_index(tctx, subkey, 0, NULL, NULL, NULL);
error 343 source4/lib/registry/tests/registry.c torture_assert_werr_equal(tctx, error, WERR_NO_MORE_ITEMS,
error 356 source4/lib/registry/tests/registry.c WERROR error;
error 364 source4/lib/registry/tests/registry.c error = reg_val_set(subkey, "Answer", REG_DWORD,
error 366 source4/lib/registry/tests/registry.c torture_assert_werr_ok (tctx, error, "setting value");
error 378 source4/lib/registry/tests/registry.c WERROR error;
error 393 source4/lib/registry/tests/registry.c error = reg_set_sec_desc(subkey, osd);
error 394 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "setting security descriptor");
error 396 source4/lib/registry/tests/registry.c error = reg_get_sec_desc(tctx, subkey, &nsd);
error 397 source4/lib/registry/tests/registry.c torture_assert_werr_ok (tctx, error, "getting security descriptor");
error 412 source4/lib/registry/tests/registry.c WERROR error;
error 421 source4/lib/registry/tests/registry.c error = reg_key_get_value_by_name(tctx, subkey, __FUNCTION__, &type,
error 423 source4/lib/registry/tests/registry.c torture_assert_werr_equal(tctx, error, WERR_BADFILE,
error 426 source4/lib/registry/tests/registry.c error = reg_val_set(subkey, __FUNCTION__, REG_DWORD,
error 428 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "setting value");
error 430 source4/lib/registry/tests/registry.c error = reg_key_get_value_by_name(tctx, subkey, __FUNCTION__, &type,
error 432 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "getting value");
error 449 source4/lib/registry/tests/registry.c WERROR error;
error 458 source4/lib/registry/tests/registry.c error = reg_key_get_value_by_name(tctx, subkey, __FUNCTION__, &type,
error 460 source4/lib/registry/tests/registry.c torture_assert_werr_equal(tctx, error, WERR_BADFILE,
error 463 source4/lib/registry/tests/registry.c error = reg_val_set(subkey, __FUNCTION__, REG_DWORD,
error 465 source4/lib/registry/tests/registry.c torture_assert_werr_ok (tctx, error, "setting value");
error 467 source4/lib/registry/tests/registry.c error = reg_del_value(subkey, __FUNCTION__);
error 468 source4/lib/registry/tests/registry.c torture_assert_werr_ok (tctx, error, "unsetting value");
error 470 source4/lib/registry/tests/registry.c error = reg_key_get_value_by_name(tctx, subkey, __FUNCTION__,
error 472 source4/lib/registry/tests/registry.c torture_assert_werr_equal(tctx, error, WERR_BADFILE,
error 485 source4/lib/registry/tests/registry.c WERROR error;
error 495 source4/lib/registry/tests/registry.c error = reg_val_set(subkey, "bar", REG_DWORD,
error 497 source4/lib/registry/tests/registry.c torture_assert_werr_ok (tctx, error, "setting value");
error 499 source4/lib/registry/tests/registry.c error = reg_key_get_value_by_index(tctx, subkey, 0, &name,
error 501 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "getting value");
error 509 source4/lib/registry/tests/registry.c error = reg_key_get_value_by_index(tctx, subkey, 1, &name,
error 511 source4/lib/registry/tests/registry.c torture_assert_werr_equal(tctx, error, WERR_NO_MORE_ITEMS,
error 520 source4/lib/registry/tests/registry.c WERROR error;
error 526 source4/lib/registry/tests/registry.c error = reg_open_local(tctx, &rctx);
error 527 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "Opening local registry failed");
error 533 source4/lib/registry/tests/registry.c error = reg_open_ldb_file(tctx, filename, NULL, NULL, tctx->ev, tctx->lp_ctx, &hive_key);
error 534 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "Opening classes_root file failed");
error 536 source4/lib/registry/tests/registry.c error = reg_mount_hive(rctx, hive_key, HKEY_CLASSES_ROOT, NULL);
error 537 source4/lib/registry/tests/registry.c torture_assert_werr_ok(tctx, error, "Mounting hive failed");
error 32 source4/lib/registry/tools/common.c WERROR error;
error 34 source4/lib/registry/tools/common.c error = reg_open_remote(&h, NULL, creds, lp_ctx, remote, ev_ctx);
error 36 source4/lib/registry/tools/common.c if (!W_ERROR_IS_OK(error)) {
error 38 source4/lib/registry/tools/common.c remote, win_errstr(error));
error 52 source4/lib/registry/tools/common.c WERROR error;
error 54 source4/lib/registry/tools/common.c error = reg_open_hive(ev_ctx, path, NULL, creds, ev_ctx, lp_ctx, &hive_root);
error 56 source4/lib/registry/tools/common.c if(!W_ERROR_IS_OK(error)) {
error 58 source4/lib/registry/tools/common.c path, win_errstr(error));
error 62 source4/lib/registry/tools/common.c error = reg_open_local(NULL, &h);
error 63 source4/lib/registry/tools/common.c if (!W_ERROR_IS_OK(error)) {
error 65 source4/lib/registry/tools/common.c win_errstr(error));
error 76 source4/lib/registry/tools/common.c WERROR error;
error 79 source4/lib/registry/tools/common.c error = reg_open_samba(NULL, &h, ev_ctx, lp_ctx, NULL, creds);
error 81 source4/lib/registry/tools/common.c if(!W_ERROR_IS_OK(error)) {
error 83 source4/lib/registry/tools/common.c win_errstr(error));
error 37 source4/lib/registry/tools/regdiff.c WERROR error;
error 45 source4/lib/registry/tools/regdiff.c error = reg_open_samba(NULL, &ctx, ev_ctx, lp_ctx, NULL, cmdline_credentials);
error 48 source4/lib/registry/tools/regdiff.c error = reg_open_remote(&ctx, NULL, cmdline_credentials, lp_ctx,
error 52 source4/lib/registry/tools/regdiff.c error = reg_open_local(NULL, &ctx);
error 56 source4/lib/registry/tools/regdiff.c if (!W_ERROR_IS_OK(error)) {
error 57 source4/lib/registry/tools/regdiff.c fprintf(stderr, "Error: %s\n", win_errstr(error));
error 72 source4/lib/registry/tools/regdiff.c WERROR error;
error 94 source4/lib/registry/tools/regdiff.c error = WERR_OK;
error 133 source4/lib/registry/tools/regdiff.c error = reg_dotreg_diff_save(ctx, outputfile, lp_iconv_convenience(cmdline_lp_ctx), &callbacks,
error 135 source4/lib/registry/tools/regdiff.c if (!W_ERROR_IS_OK(error)) {
error 137 source4/lib/registry/tools/regdiff.c outputfile, win_errstr(error));
error 141 source4/lib/registry/tools/regdiff.c error = reg_generate_diff(h1, h2, callbacks, callback_data);
error 142 source4/lib/registry/tools/regdiff.c if (!W_ERROR_IS_OK(error)) {
error 144 source4/lib/registry/tools/regdiff.c win_errstr(error));
error 55 source4/lib/registry/tools/regshell.c WERROR error;
error 64 source4/lib/registry/tools/regshell.c error = reg_key_get_info(ctx, ctx->current, &classname, &num_subkeys, &num_values,
error 66 source4/lib/registry/tools/regshell.c if (!W_ERROR_IS_OK(error)) {
error 67 source4/lib/registry/tools/regshell.c printf("Error getting key info: %s\n", win_errstr(error));
error 68 source4/lib/registry/tools/regshell.c return error;
error 91 source4/lib/registry/tools/regshell.c error = reg_get_sec_desc(ctx, ctx->current, &sec_desc);
error 92 source4/lib/registry/tools/regshell.c if (!W_ERROR_IS_OK(error)) {
error 94 source4/lib/registry/tools/regshell.c return error;
error 111 source4/lib/registry/tools/regshell.c WERROR error = reg_get_predefined_key_by_name(ctx->registry,
error 114 source4/lib/registry/tools/regshell.c if (!W_ERROR_IS_OK(error)) {
error 116 source4/lib/registry/tools/regshell.c argv[1], win_errstr(error));
error 117 source4/lib/registry/tools/regshell.c return error;
error 137 source4/lib/registry/tools/regshell.c WERROR error;
error 151 source4/lib/registry/tools/regshell.c error = reg_val_set(ctx->current, argv[1], val.data_type, val.data);
error 152 source4/lib/registry/tools/regshell.c if (!W_ERROR_IS_OK(error)) {
error 153 source4/lib/registry/tools/regshell.c fprintf(stderr, "Error setting value: %s\n", win_errstr(error));
error 154 source4/lib/registry/tools/regshell.c return error;
error 163 source4/lib/registry/tools/regshell.c WERROR error;
error 166 source4/lib/registry/tools/regshell.c error = reg_open_key(ctx->registry, ctx->current, argv[1],
error 168 source4/lib/registry/tools/regshell.c if(!W_ERROR_IS_OK(error)) {
error 170 source4/lib/registry/tools/regshell.c win_errstr(error)));
error 171 source4/lib/registry/tools/regshell.c return error;
error 186 source4/lib/registry/tools/regshell.c WERROR error;
error 193 source4/lib/registry/tools/regshell.c error = reg_key_get_value_by_name(ctx, ctx->current, argv[1],
error 195 source4/lib/registry/tools/regshell.c if (!W_ERROR_IS_OK(error)) {
error 197 source4/lib/registry/tools/regshell.c return error;
error 209 source4/lib/registry/tools/regshell.c WERROR error;
error 214 source4/lib/registry/tools/regshell.c for (i = 0; W_ERROR_IS_OK(error = reg_key_get_subkey_by_index(ctx,
error 223 source4/lib/registry/tools/regshell.c if (!W_ERROR_EQUAL(error, WERR_NO_MORE_ITEMS)) {
error 225 source4/lib/registry/tools/regshell.c win_errstr(error));
error 226 source4/lib/registry/tools/regshell.c return error;
error 229 source4/lib/registry/tools/regshell.c for (i = 0; W_ERROR_IS_OK(error = reg_key_get_value_by_index(ctx,
error 239 source4/lib/registry/tools/regshell.c WERROR error;
error 246 source4/lib/registry/tools/regshell.c error = reg_key_add_name(ctx, ctx->current, argv[1], 0, NULL, &tmp);
error 248 source4/lib/registry/tools/regshell.c if (!W_ERROR_IS_OK(error)) {
error 250 source4/lib/registry/tools/regshell.c win_errstr(error));
error 251 source4/lib/registry/tools/regshell.c return error;
error 260 source4/lib/registry/tools/regshell.c WERROR error;
error 267 source4/lib/registry/tools/regshell.c error = reg_key_del(ctx->current, argv[1]);
error 268 source4/lib/registry/tools/regshell.c if(!W_ERROR_IS_OK(error)) {
error 270 source4/lib/registry/tools/regshell.c return error;
error 280 source4/lib/registry/tools/regshell.c WERROR error;
error 287 source4/lib/registry/tools/regshell.c error = reg_del_value(ctx->current, argv[1]);
error 288 source4/lib/registry/tools/regshell.c if(!W_ERROR_IS_OK(error)) {
error 290 source4/lib/registry/tools/regshell.c return error;
error 45 source4/lib/registry/tools/regtree.c WERROR error;
error 52 source4/lib/registry/tools/regtree.c for (i = 0; W_ERROR_IS_OK(error = reg_key_get_subkey_by_index(mem_ctx,
error 71 source4/lib/registry/tools/regtree.c if(!W_ERROR_EQUAL(error, WERR_NO_MORE_ITEMS)) {
error 73 source4/lib/registry/tools/regtree.c name, win_errstr(error)));
error 78 source4/lib/registry/tools/regtree.c for(i = 0; W_ERROR_IS_OK(error = reg_key_get_value_by_index(
error 89 source4/lib/registry/tools/regtree.c if(!W_ERROR_EQUAL(error, WERR_NO_MORE_ITEMS)) {
error 91 source4/lib/registry/tools/regtree.c name, win_errstr(error)));
error 111 source4/lib/registry/tools/regtree.c WERROR error;
error 145 source4/lib/registry/tools/regtree.c error = WERR_OK;
error 151 source4/lib/registry/tools/regtree.c error = reg_get_predefined_key(h,
error 154 source4/lib/registry/tools/regtree.c if (!W_ERROR_IS_OK(error)) {
error 157 source4/lib/registry/tools/regtree.c win_errstr(error));
error 157 source4/lib/registry/util.c WERROR error;
error 167 source4/lib/registry/util.c error = reg_get_predefined_key_by_name(handle, predefname, &predef);
error 170 source4/lib/registry/util.c if (!W_ERROR_IS_OK(error)) {
error 171 source4/lib/registry/util.c return error;
error 188 source4/lib/registry/util.c WERROR error;
error 196 source4/lib/registry/util.c error = reg_open_key_abs(mem_ctx, ctx, parent_name, parent);
error 197 source4/lib/registry/util.c if (!W_ERROR_IS_OK(error)) {
error 198 source4/lib/registry/util.c return error;
error 211 source4/lib/registry/util.c WERROR error;
error 217 source4/lib/registry/util.c error = get_abs_parent(mem_ctx, ctx, path, &parent, &n);
error 218 source4/lib/registry/util.c if (W_ERROR_IS_OK(error)) {
error 219 source4/lib/registry/util.c error = reg_key_del(parent, n);
error 224 source4/lib/registry/util.c return error;
error 234 source4/lib/registry/util.c WERROR error;
error 240 source4/lib/registry/util.c error = get_abs_parent(mem_ctx, ctx, path, &parent, &n);
error 241 source4/lib/registry/util.c if (!W_ERROR_IS_OK(error)) {
error 243 source4/lib/registry/util.c win_errstr(error)));
error 244 source4/lib/registry/util.c return error;
error 247 source4/lib/registry/util.c error = reg_key_add_name(mem_ctx, parent, n, NULL, sec_desc, result);
error 249 source4/lib/registry/util.c return error;
error 62 source4/lib/socket/socket_ip.c int error=0, ret;
error 63 source4/lib/socket/socket_ip.c socklen_t len = sizeof(error);
error 67 source4/lib/socket/socket_ip.c ret = getsockopt(sock->fd, SOL_SOCKET, SO_ERROR, &error, &len);
error 71 source4/lib/socket/socket_ip.c if (error != 0) {
error 72 source4/lib/socket/socket_ip.c return map_nt_error_from_unix(error);
error 71 source4/lib/socket/socket_unix.c int error=0, ret;
error 72 source4/lib/socket/socket_unix.c socklen_t len = sizeof(error);
error 76 source4/lib/socket/socket_unix.c ret = getsockopt(sock->fd, SOL_SOCKET, SO_ERROR, &error, &len);
error 80 source4/lib/socket/socket_unix.c if (error != 0) {
error 81 source4/lib/socket/socket_unix.c return map_nt_error_from_unix(error);
error 97 source4/lib/wmi/tools/wmic.c goto error; \
error 216 source4/lib/wmi/tools/wmic.c error:
error 96 source4/lib/wmi/tools/wmis.c goto error; \
error 174 source4/lib/wmi/tools/wmis.c error:
error 216 source4/lib/wmi/tools/wmis.c error:
error 3635 source4/lib/wmi/wmi_wrap.c int32_t error;
error 3637 source4/lib/wmi/wmi_wrap.c error = 0;
error 3641 source4/lib/wmi/wmi_wrap.c if (!error) {
error 3644 source4/lib/wmi/wmi_wrap.c --error;
error 3646 source4/lib/wmi/wmi_wrap.c error = PyTuple_SetItem(resultobj, i, o);
error 3651 source4/lib/wmi/wmi_wrap.c if (error) return NULL;
error 31 source4/libcli/raw/clierror.c switch (tree->session->transport->error.etype) {
error 33 source4/libcli/raw/clierror.c return nt_errstr(tree->session->transport->error.e.nt_status);
error 51 source4/libcli/raw/clierror.c switch (tree->session->transport->error.etype) {
error 53 source4/libcli/raw/clierror.c return tree->session->transport->error.e.nt_status;
error 215 source4/libcli/raw/clitransport.c switch (error) {
error 380 source4/libcli/raw/clitransport.c if (!req) goto error;
error 406 source4/libcli/raw/clitransport.c goto error;
error 424 source4/libcli/raw/clitransport.c goto error;
error 431 source4/libcli/raw/clitransport.c goto error;
error 456 source4/libcli/raw/clitransport.c transport->error.e.nt_status = NT_STATUS_OK;
error 458 source4/libcli/raw/clitransport.c transport->error.e.nt_status = NT_STATUS_DOS(eclass, code);
error 461 source4/libcli/raw/clitransport.c transport->error.e.nt_status = NT_STATUS(IVAL(req->in.hdr, HDR_RCLS));
error 464 source4/libcli/raw/clitransport.c req->status = transport->error.e.nt_status;
error 466 source4/libcli/raw/clitransport.c transport->error.etype = ETYPE_NONE;
error 468 source4/libcli/raw/clitransport.c transport->error.etype = ETYPE_SMB;
error 472 source4/libcli/raw/clitransport.c transport->error.etype = ETYPE_SOCKET;
error 473 source4/libcli/raw/clitransport.c transport->error.e.socket_error = SOCKET_READ_BAD_SIG;
error 476 source4/libcli/raw/clitransport.c goto error;
error 504 source4/libcli/raw/clitransport.c error:
error 147 source4/libcli/raw/libcliraw.h } error;
error 205 source4/libcli/smb2/transport.c goto error;
error 224 source4/libcli/smb2/transport.c goto error;
error 268 source4/libcli/smb2/transport.c goto error;
error 287 source4/libcli/smb2/transport.c error:
error 1232 source4/libcli/util/errormap.c if (W_ERROR_IS_OK(error)) return NT_STATUS_OK;
error 1234 source4/libcli/util/errormap.c if (W_ERROR_V(error) ==
error 1241 source4/libcli/util/errormap.c return NT_STATUS(W_ERROR_V(error) | 0xc0000000);
error 1250 source4/libcli/util/errormap.c if (NT_STATUS_IS_OK(error)) return WERR_OK;
error 1252 source4/libcli/util/errormap.c if (NT_STATUS_V(error) ==
error 1259 source4/libcli/util/errormap.c return W_ERROR(NT_STATUS_V(error) & 0xffff);
error 2228 source4/libnet/libnet_become_dc.c if (!r->out.ctr->ctr3.error) {
error 2233 source4/libnet/libnet_become_dc.c status = r->out.ctr->ctr3.error->info1.status;
error 2235 source4/libnet/libnet_become_dc.c if (!r->out.ctr->ctr3.error->info1.info) {
error 2241 source4/libnet/libnet_become_dc.c switch (r->out.ctr->ctr3.error->info1.level) {
error 2243 source4/libnet/libnet_become_dc.c status = r->out.ctr->ctr3.error->info1.info->error1.status;
error 2249 source4/libnet/libnet_become_dc.c status = r->out.ctr->ctr3.error->info1.info->errorX.status;
error 2260 source4/libnet/libnet_become_dc.c composite_error(c, werror_to_ntstatus(r->out.ctr->ctr2.error.status));
error 342 source4/ntp_signd/ntp_signd.c char *error = talloc_asprintf(task, "Cannot create NTP signd pipe directory: %s",
error 345 source4/ntp_signd/ntp_signd.c error);
error 614 source4/smb_server/smb/receive.c goto error;
error 621 source4/smb_server/smb/receive.c goto error;
error 628 source4/smb_server/smb/receive.c goto error;
error 655 source4/smb_server/smb/receive.c error:
error 291 source4/smb_server/smb2/receive.c SIVAL(req->out.hdr, SMB2_HDR_STATUS, NT_STATUS_V(error));
error 739 source4/torture/basic/base.c if (!NT_STATUS_EQUAL(cli->transport->error.e.nt_status,
error 741 source4/torture/basic/base.c !NT_STATUS_EQUAL(cli->transport->error.e.nt_status,
error 105 source4/torture/basic/delete.c torture_assert_ntstatus_equal(tctx, _cli->tree->session->transport->error.e.nt_status, _expected, \
error 97 source4/torture/ldap/schema.c if (ares->error != LDB_SUCCESS) {
error 98 source4/torture/ldap/schema.c return ldb_request_done(req, ares->error);
error 2258 source4/torture/rpc/samba3rpc.c uint32_t error = 0;
error 2291 source4/torture/rpc/samba3rpc.c r.in.parm_error = &error;
error 537 source4/torture/rpc/schannel.c NTSTATUS error;
error 550 source4/torture/rpc/schannel.c s->error = dcerpc_pipe_connect_b_recv(c, s->conns, &conn->pipe);
error 551 source4/torture/rpc/schannel.c torture_comment(s->tctx, "conn[%u]: %s\n", conn->index, nt_errstr(s->error));
error 552 source4/torture/rpc/schannel.c if (NT_STATUS_IS_OK(s->error)) {
error 648 source4/torture/rpc/schannel.c s->error = dcerpc_ndr_request_recv(req);
error 649 source4/torture/rpc/schannel.c if (!NT_STATUS_IS_OK(s->error)) {
error 662 source4/torture/rpc/schannel.c s->error = NT_STATUS_INTERNAL_ERROR;
error 734 source4/torture/rpc/schannel.c s->error = dcerpc_pipe_connect_b(s->conns, &s->conns[i].pipe, s->b,
error 738 source4/torture/rpc/schannel.c torture_assert_ntstatus_ok(torture, s->error, "Failed to connect with schannel");
error 758 source4/torture/rpc/schannel.c while (NT_STATUS_IS_OK(s->error) && s->nprocs != s->nconns) {
error 763 source4/torture/rpc/schannel.c torture_assert_ntstatus_ok(torture, s->error, "Failed establish a connect");
error 845 source4/torture/rpc/schannel.c while (NT_STATUS_IS_OK(s->error) && !timeval_expired(&end)) {
error 849 source4/torture/rpc/schannel.c torture_assert_ntstatus_ok(torture, s->error, "Failed some request");