hr 81 source3/modules/vfs_shadow_copy2.c unsigned year, month, day, hr, min, sec; hr 85 source3/modules/vfs_shadow_copy2.c &day, &hr, &min, &sec) != 6) { hr 258 source4/lib/com/dcom/main.c WERROR hr; hr 293 source4/lib/com/dcom/main.c r.out.hr = &hr; hr 302 source4/lib/com/dcom/main.c hr = ntstatus_to_werror(status); hr 307 source4/lib/com/dcom/main.c hr = r.out.result; hr 311 source4/lib/com/dcom/main.c if(!W_ERROR_IS_OK(hr)) { hr 338 source4/lib/com/dcom/main.c hr = WERR_GENERAL_FAILURE; hr 355 source4/lib/com/dcom/main.c hr = WERR_OK; hr 358 source4/lib/com/dcom/main.c return hr; hr 647 source4/lib/registry/regf.c key_off = lf.hr[idx].nk_offset; hr 667 source4/lib/registry/regf.c key_off = lh.hr[idx].nk_offset; hr 738 source4/lib/registry/regf.c key_off = lh.hr[idx - sublist_count].nk_offset; hr 897 source4/lib/registry/regf.c if (strncmp(lf.hr[i].hash, name, 4)) { hr 902 source4/lib/registry/regf.c lf.hr[i].nk_offset, hr 934 source4/lib/registry/regf.c if (lh.hr[i].base37 != hash) { hr 939 source4/lib/registry/regf.c lh.hr[i].nk_offset, hr 1010 source4/lib/registry/regf.c if (lh.hr[j].base37 != hash) { hr 1014 source4/lib/registry/regf.c lh.hr[j].nk_offset, hr 1252 source4/lib/registry/regf.c lf.hr = talloc_array(regf, struct hash_record, 1); hr 1253 source4/lib/registry/regf.c W_ERROR_HAVE_NO_MEMORY(lf.hr); hr 1254 source4/lib/registry/regf.c lf.hr[0].nk_offset = key_offset; hr 1255 source4/lib/registry/regf.c lf.hr[0].hash = talloc_strndup(lf.hr, name, 4); hr 1256 source4/lib/registry/regf.c W_ERROR_HAVE_NO_MEMORY(lf.hr[0].hash); hr 1262 source4/lib/registry/regf.c talloc_free(lf.hr); hr 1270 source4/lib/registry/regf.c lh.hr = talloc_array(regf, struct lh_hash, 1); hr 1271 source4/lib/registry/regf.c W_ERROR_HAVE_NO_MEMORY(lh.hr); hr 1272 source4/lib/registry/regf.c lh.hr[0].nk_offset = key_offset; hr 1273 source4/lib/registry/regf.c lh.hr[0].base37 = regf_create_lh_hash(name); hr 1279 source4/lib/registry/regf.c talloc_free(lh.hr); hr 1333 source4/lib/registry/regf.c lf.hr = talloc_realloc(regf, lf.hr, struct hash_record, hr 1335 source4/lib/registry/regf.c W_ERROR_HAVE_NO_MEMORY(lf.hr); hr 1336 source4/lib/registry/regf.c lf.hr[lf.key_count].nk_offset = key_offset; hr 1337 source4/lib/registry/regf.c lf.hr[lf.key_count].hash = talloc_strndup(lf.hr, name, 4); hr 1338 source4/lib/registry/regf.c W_ERROR_HAVE_NO_MEMORY(lf.hr[lf.key_count].hash); hr 1344 source4/lib/registry/regf.c talloc_free(lf.hr); hr 1359 source4/lib/registry/regf.c lh.hr = talloc_realloc(regf, lh.hr, struct lh_hash, hr 1361 source4/lib/registry/regf.c W_ERROR_HAVE_NO_MEMORY(lh.hr); hr 1362 source4/lib/registry/regf.c lh.hr[lh.key_count].nk_offset = key_offset; hr 1363 source4/lib/registry/regf.c lh.hr[lh.key_count].base37 = regf_create_lh_hash(name); hr 1369 source4/lib/registry/regf.c talloc_free(lh.hr); hr 1458 source4/lib/registry/regf.c lf.hr[i-1] = lf.hr[i]; hr 1461 source4/lib/registry/regf.c if (lf.hr[i].nk_offset == key_offset) { hr 1504 source4/lib/registry/regf.c lh.hr[i-1] = lh.hr[i]; hr 1507 source4/lib/registry/regf.c if (lh.hr[i].nk_offset == key_offset) { hr 75 source4/torture/rpc/oxidresolve.c if(!W_ERROR_IS_OK(*r.out.hr)) { hr 76 source4/torture/rpc/oxidresolve.c fprintf(stderr, "RemoteActivation: %s\n", win_errstr(*r.out.hr)); hr 56 source4/torture/rpc/remact.c torture_assert_werr_ok(tctx, *r.out.hr, "RemoteActivation"); hr 71 source4/torture/rpc/remact.c torture_assert_werr_ok(tctx, *r.out.hr, "RemoteActivation(GetClassObject)");