Searched refs:child_result (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authz_core.c742 authz_status child_result; local
744 child_result = apply_authz_sections(r, child, section->op);
746 if (child_result == AUTHZ_GENERAL_ERROR) {
750 if (child_result != AUTHZ_NEUTRAL) {
757 if (child_result == AUTHZ_DENIED) {
758 auth_result = child_result;
761 if ((child_result == AUTHZ_DENIED_NO_USER
764 auth_result = child_result;
769 if (child_result == AUTHZ_GRANTED) {
770 auth_result = child_result;
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c94 int child_result = -1; local
118 if ((waitpid(child, &child_result, 0) != child) || WEXITSTATUS(child_result))
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c1058 child_result(struct ChildRecord *child, int mode) function
1277 ret = child_result(CreateChild(wcmd, wshell, NULL, NULL, NULL, NULL, 0), mode);
1348 ret = child_result(CreateChild(wcmd, wprog, NULL, NULL, NULL, NULL, flags), mode);

Completed in 176 milliseconds