stat 639 modules/arch/win32/mod_isapi.c head = stat;
stat 640 modules/arch/win32/mod_isapi.c stat = NULL;
stat 646 modules/arch/win32/mod_isapi.c if (!stat || statlen == 0 || !*stat) {
stat 647 modules/arch/win32/mod_isapi.c if (head && headlen && *head && ((stat = memchr(head, '\r', headlen))
stat 648 modules/arch/win32/mod_isapi.c || (stat = memchr(head, '\n', headlen))
stat 649 modules/arch/win32/mod_isapi.c || (stat = memchr(head, '\0', headlen))
stat 650 modules/arch/win32/mod_isapi.c || (stat = head + headlen))) {
stat 651 modules/arch/win32/mod_isapi.c statlen = stat - head;
stat 653 modules/arch/win32/mod_isapi.c stat = "Status: 200 OK";
stat 654 modules/arch/win32/mod_isapi.c statlen = strlen(stat);
stat 658 modules/arch/win32/mod_isapi.c head = stat;
stat 659 modules/arch/win32/mod_isapi.c stat = flip;
stat 670 modules/arch/win32/mod_isapi.c if (stat && (statlen > 0) && *stat) {
stat 672 modules/arch/win32/mod_isapi.c if (!apr_isdigit(*stat)) {
stat 673 modules/arch/win32/mod_isapi.c const char *stattok = stat;
stat 686 modules/arch/win32/mod_isapi.c stat = stattok;
stat 691 modules/arch/win32/mod_isapi.c apr_cpystrn(newstat + 8, stat, statlen + 1);
stat 692 modules/arch/win32/mod_isapi.c stat = newstat;
stat 716 modules/arch/win32/mod_isapi.c if (stat) {
stat 718 modules/arch/win32/mod_isapi.c stat, head, NULL);
stat 800 modules/arch/win32/mod_isapi.c if (termch && (termarg == (stat ? 1 : 0))
stat 356 modules/generators/mod_cgid.c apr_status_t stat;
stat 361 modules/generators/mod_cgid.c stat = sock_read(fd, req, sizeof(*req));
stat 362 modules/generators/mod_cgid.c if (stat != APR_SUCCESS) {
stat 363 modules/generators/mod_cgid.c return stat;
stat 383 modules/generators/mod_cgid.c if ((stat = sock_read(fd, r->filename, req->filename_len)) != APR_SUCCESS ||
stat 384 modules/generators/mod_cgid.c (stat = sock_read(fd, *argv0, req->argv0_len)) != APR_SUCCESS ||
stat 385 modules/generators/mod_cgid.c (stat = sock_read(fd, r->uri, req->uri_len)) != APR_SUCCESS) {
stat 386 modules/generators/mod_cgid.c return stat;
stat 391 modules/generators/mod_cgid.c if ((stat = sock_read(fd, r->args, req->args_len)) != APR_SUCCESS) {
stat 392 modules/generators/mod_cgid.c return stat;
stat 401 modules/generators/mod_cgid.c if ((stat = sock_read(fd, &curlen, sizeof(curlen))) != APR_SUCCESS) {
stat 402 modules/generators/mod_cgid.c return stat;
stat 405 modules/generators/mod_cgid.c if ((stat = sock_read(fd, environ[i], curlen)) != APR_SUCCESS) {
stat 406 modules/generators/mod_cgid.c return stat;
stat 454 modules/generators/mod_cgid.c apr_status_t stat;
stat 477 modules/generators/mod_cgid.c if ((stat = sock_write(fd, &req, sizeof(req))) != APR_SUCCESS) {
stat 478 modules/generators/mod_cgid.c return stat;
stat 482 modules/generators/mod_cgid.c if ((stat = sock_write(fd, r->filename, req.filename_len)) != APR_SUCCESS ||
stat 483 modules/generators/mod_cgid.c (stat = sock_write(fd, argv0, req.argv0_len)) != APR_SUCCESS ||
stat 484 modules/generators/mod_cgid.c (stat = sock_write(fd, r->uri, req.uri_len)) != APR_SUCCESS) {
stat 485 modules/generators/mod_cgid.c return stat;
stat 488 modules/generators/mod_cgid.c if ((stat = sock_write(fd, r->args, req.args_len)) != APR_SUCCESS) {
stat 489 modules/generators/mod_cgid.c return stat;
stat 497 modules/generators/mod_cgid.c if ((stat = sock_write(fd, &curlen, sizeof(curlen))) != APR_SUCCESS) {
stat 498 modules/generators/mod_cgid.c return stat;
stat 501 modules/generators/mod_cgid.c if ((stat = sock_write(fd, env[i], curlen)) != APR_SUCCESS) {
stat 502 modules/generators/mod_cgid.c return stat;
stat 510 modules/generators/mod_cgid.c stat = sock_write(fd, &len, sizeof(int));
stat 511 modules/generators/mod_cgid.c stat = sock_write(fd, conf->limit_cpu, sizeof(struct rlimit));
stat 515 modules/generators/mod_cgid.c stat = sock_write(fd, &len, sizeof(int));
stat 522 modules/generators/mod_cgid.c stat = sock_write(fd, &len, sizeof(int));
stat 523 modules/generators/mod_cgid.c stat = sock_write(fd, conf->limit_mem, sizeof(struct rlimit));
stat 527 modules/generators/mod_cgid.c stat = sock_write(fd, &len, sizeof(int));
stat 534 modules/generators/mod_cgid.c stat = sock_write(fd, &len, sizeof(int));
stat 535 modules/generators/mod_cgid.c stat = sock_write(fd, conf->limit_nproc, sizeof(struct rlimit));
stat 539 modules/generators/mod_cgid.c stat = sock_write(fd, &len, sizeof(int));
stat 653 modules/generators/mod_cgid.c apr_status_t stat;
stat 677 modules/generators/mod_cgid.c stat = get_req(sd2, r, &argv0, &env, &cgid_req);
stat 678 modules/generators/mod_cgid.c if (stat != APR_SUCCESS) {
stat 679 modules/generators/mod_cgid.c ap_log_error(APLOG_MARK, APLOG_ERR, stat,
stat 984 modules/generators/mod_cgid.c struct stat finfo;
stat 993 modules/generators/mod_cgid.c ((stat(conf->logname, &finfo) == 0)
stat 1027 modules/generators/mod_cgid.c struct stat finfo;
stat 1032 modules/generators/mod_cgid.c ((stat(conf->logname, &finfo) == 0)
stat 1265 modules/generators/mod_cgid.c apr_status_t stat;
stat 1278 modules/generators/mod_cgid.c stat = sock_write(sd, &req, sizeof(req));
stat 1279 modules/generators/mod_cgid.c if (stat != APR_SUCCESS) {
stat 1280 modules/generators/mod_cgid.c return stat;
stat 1284 modules/generators/mod_cgid.c stat = sock_read(sd, &pid, sizeof(pid));
stat 1285 modules/generators/mod_cgid.c if (stat != APR_SUCCESS) {
stat 1286 modules/generators/mod_cgid.c return stat;
stat 39 modules/ssl/ssl_engine_pphrase.c apr_status_t stat;
stat 43 modules/ssl/ssl_engine_pphrase.c if ((stat = apr_stat(&sbuf, fname, APR_FINFO_MIN, pool)) != APR_SUCCESS)
stat 44 modules/ssl/ssl_engine_pphrase.c return stat;
stat 49 modules/ssl/ssl_engine_pphrase.c if ((stat = apr_file_open(&fd, fname, APR_READ, 0, pool)) != APR_SUCCESS)
stat 50 modules/ssl/ssl_engine_pphrase.c return stat;
stat 122 os/win32/ap_regkey.c apr_status_t stat;
stat 123 os/win32/ap_regkey.c if ((stat = regkey_cleanup(regkey)) == APR_SUCCESS) {
stat 126 os/win32/ap_regkey.c return stat;
stat 52 server/listen.c apr_status_t stat;
stat 55 server/listen.c stat = apr_socket_opt_set(s, APR_SO_REUSEADDR, one);
stat 56 server/listen.c if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
stat 57 server/listen.c ap_log_perror(APLOG_MARK, APLOG_CRIT, stat, p,
stat 61 server/listen.c return stat;
stat 65 server/listen.c stat = apr_socket_opt_set(s, APR_SO_KEEPALIVE, one);
stat 66 server/listen.c if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
stat 67 server/listen.c ap_log_perror(APLOG_MARK, APLOG_CRIT, stat, p,
stat 71 server/listen.c return stat;
stat 76 server/listen.c stat = apr_socket_opt_set(s, APR_IPV6_V6ONLY, v6only_setting);
stat 77 server/listen.c if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
stat 78 server/listen.c ap_log_perror(APLOG_MARK, APLOG_CRIT, stat, p,
stat 83 server/listen.c return stat;
stat 108 server/listen.c stat = apr_socket_opt_set(s, APR_SO_SNDBUF, send_buffer_size);
stat 109 server/listen.c if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
stat 110 server/listen.c ap_log_perror(APLOG_MARK, APLOG_WARNING, stat, p,
stat 118 server/listen.c stat = apr_socket_opt_set(s, APR_SO_RCVBUF, receive_buffer_size);
stat 119 server/listen.c if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
stat 120 server/listen.c ap_log_perror(APLOG_MARK, APLOG_WARNING, stat, p,
stat 132 server/listen.c if ((stat = apr_socket_bind(s, server->bind_addr)) != APR_SUCCESS) {
stat 133 server/listen.c ap_log_perror(APLOG_MARK, APLOG_STARTUP|APLOG_CRIT, stat, p,
stat 137 server/listen.c return stat;
stat 140 server/listen.c if ((stat = apr_socket_listen(s, ap_listenbacklog)) != APR_SUCCESS) {
stat 141 server/listen.c ap_log_perror(APLOG_MARK, APLOG_STARTUP|APLOG_ERR, stat, p,
stat 146 server/listen.c return stat;
stat 160 server/listen.c stat = apr_socket_opt_set(s, APR_SO_REUSEADDR, one);
stat 161 server/listen.c if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
stat 162 server/listen.c ap_log_perror(APLOG_MARK, APLOG_CRIT, stat, p,
stat 166 server/listen.c return stat;
stat 269 server/main.c apr_status_t stat;
stat 272 server/main.c stat = apr_app_initialize(argc, argv, NULL);
stat 273 server/main.c if (stat == APR_SUCCESS) {
stat 275 server/main.c stat = apr_pool_create(&cntx, NULL);
stat 278 server/main.c if (stat != APR_SUCCESS) {
stat 287 server/main.c ctimebuff, stat, (*argv)[0], failed);
stat 340 server/mpm/netware/mpm_netware.c apr_status_t stat = APR_EINIT;
stat 437 server/mpm/netware/mpm_netware.c if ((stat = apr_socket_accept(&csd, sd, ptrans)) == APR_SUCCESS) {
stat 445 server/mpm/netware/mpm_netware.c if (!APR_STATUS_IS_EAGAIN(stat)) {
stat 457 server/mpm/netware/mpm_netware.c if (stat == APR_SUCCESS) {
stat 469 server/mpm/netware/mpm_netware.c if (APR_STATUS_IS_EAGAIN(stat)) {
stat 475 server/mpm/netware/mpm_netware.c if (APR_STATUS_IS_EAGAIN(stat) ||
stat 477 server/mpm/netware/mpm_netware.c APR_STATUS_IS_ECONNRESET(stat) ||
stat 478 server/mpm/netware/mpm_netware.c APR_STATUS_IS_ETIMEDOUT(stat) ||
stat 479 server/mpm/netware/mpm_netware.c APR_STATUS_IS_EHOSTUNREACH(stat) ||
stat 480 server/mpm/netware/mpm_netware.c APR_STATUS_IS_ENETUNREACH(stat)) {
stat 484 server/mpm/netware/mpm_netware.c else if (APR_STATUS_IS_ENETDOWN(stat)) {
stat 499 server/mpm/netware/mpm_netware.c ap_log_error(APLOG_MARK, APLOG_EMERG, stat, ap_server_conf,
stat 506 server/mpm/netware/mpm_netware.c ap_log_error(APLOG_MARK, APLOG_ERR, stat, ap_server_conf,
stat 785 srclib/apr/build/jlibtool.c struct stat sb;
stat 792 srclib/apr/build/jlibtool.c rv = stat(newname, &sb);
stat 814 srclib/apr/build/jlibtool.c struct stat sb;
stat 832 srclib/apr/build/jlibtool.c rv = stat(newarg, &sb);
stat 872 srclib/apr/build/jlibtool.c struct stat sb;
stat 904 srclib/apr/build/jlibtool.c rv = stat(newarg, &sb);
stat 111 srclib/apr/file_io/netware/filestat.c struct stat info;
stat 317 srclib/apr/file_io/netware/filestat.c struct stat info;
stat 294 srclib/apr/file_io/unix/filestat.c srv = stat(fname, &info);
stat 493 srclib/apr/file_io/win32/open.c apr_status_t stat;
stat 494 srclib/apr/file_io/win32/open.c if ((stat = file_cleanup(file)) == APR_SUCCESS) {
stat 503 srclib/apr/file_io/win32/open.c return stat;
stat 95 srclib/apr/include/arch/netware/apr_arch_file_io.h typedef struct stat struct_stat;
stat 134 srclib/apr/include/arch/netware/apr_arch_file_io.h struct stat info;
stat 131 srclib/apr/include/arch/netware/apr_private.h #define lstat(a,b) stat(a,b)
stat 142 srclib/apr/include/arch/unix/apr_arch_file_io.h typedef struct stat struct_stat;
stat 48 srclib/apr/locks/beos/proc_mutex.c apr_status_t stat = APR_SUCCESS;
stat 59 srclib/apr/locks/beos/proc_mutex.c if ((stat = create_sem(0, "APR_Lock")) < B_NO_ERROR) {
stat 61 srclib/apr/locks/beos/proc_mutex.c return stat;
stat 64 srclib/apr/locks/beos/proc_mutex.c new->Lock = stat;
stat 83 srclib/apr/locks/beos/proc_mutex.c int32 stat;
stat 86 srclib/apr/locks/beos/proc_mutex.c if ((stat = acquire_sem(mutex->Lock)) < B_NO_ERROR) {
stat 88 srclib/apr/locks/beos/proc_mutex.c return stat;
stat 101 srclib/apr/locks/beos/proc_mutex.c int32 stat;
stat 104 srclib/apr/locks/beos/proc_mutex.c if ((stat = release_sem(mutex->Lock)) < B_NO_ERROR) {
stat 106 srclib/apr/locks/beos/proc_mutex.c return stat;
stat 114 srclib/apr/locks/beos/proc_mutex.c apr_status_t stat;
stat 115 srclib/apr/locks/beos/proc_mutex.c if ((stat = _proc_mutex_cleanup(mutex)) == APR_SUCCESS) {
stat 119 srclib/apr/locks/beos/proc_mutex.c return stat;
stat 176 srclib/apr/locks/beos/thread_cond.c apr_status_t stat;
stat 177 srclib/apr/locks/beos/thread_cond.c if ((stat = thread_cond_cleanup(cond)) == APR_SUCCESS) {
stat 181 srclib/apr/locks/beos/thread_cond.c return stat;
stat 47 srclib/apr/locks/beos/thread_mutex.c apr_status_t stat = APR_SUCCESS;
stat 54 srclib/apr/locks/beos/thread_mutex.c if ((stat = create_sem(0, "APR_Lock")) < B_NO_ERROR) {
stat 56 srclib/apr/locks/beos/thread_mutex.c return stat;
stat 59 srclib/apr/locks/beos/thread_mutex.c new_m->Lock = stat;
stat 86 srclib/apr/locks/beos/thread_mutex.c int32 stat;
stat 95 srclib/apr/locks/beos/thread_mutex.c if ((stat = acquire_sem(mutex->Lock)) < B_NO_ERROR) {
stat 98 srclib/apr/locks/beos/thread_mutex.c return stat;
stat 115 srclib/apr/locks/beos/thread_mutex.c int32 stat;
stat 124 srclib/apr/locks/beos/thread_mutex.c if ((stat = release_sem(mutex->Lock)) < B_NO_ERROR) {
stat 126 srclib/apr/locks/beos/thread_mutex.c return stat;
stat 138 srclib/apr/locks/beos/thread_mutex.c apr_status_t stat;
stat 139 srclib/apr/locks/beos/thread_mutex.c if ((stat = _thread_mutex_cleanup(mutex)) == APR_SUCCESS) {
stat 143 srclib/apr/locks/beos/thread_mutex.c return stat;
stat 181 srclib/apr/locks/beos/thread_rwlock.c apr_status_t stat;
stat 182 srclib/apr/locks/beos/thread_rwlock.c if ((stat = _thread_rw_cleanup(rwlock)) == APR_SUCCESS) {
stat 186 srclib/apr/locks/beos/thread_rwlock.c return stat;
stat 91 srclib/apr/locks/netware/thread_cond.c apr_status_t stat;
stat 92 srclib/apr/locks/netware/thread_cond.c if ((stat = thread_cond_cleanup(cond)) == APR_SUCCESS) {
stat 96 srclib/apr/locks/netware/thread_cond.c return stat;
stat 83 srclib/apr/locks/netware/thread_mutex.c apr_status_t stat;
stat 84 srclib/apr/locks/netware/thread_mutex.c if ((stat = thread_mutex_cleanup(mutex)) == APR_SUCCESS) {
stat 88 srclib/apr/locks/netware/thread_mutex.c return stat;
stat 93 srclib/apr/locks/netware/thread_rwlock.c apr_status_t stat;
stat 94 srclib/apr/locks/netware/thread_rwlock.c if ((stat = thread_rwlock_cleanup(rwlock)) == APR_SUCCESS) {
stat 98 srclib/apr/locks/netware/thread_rwlock.c return stat;
stat 29 srclib/apr/locks/unix/thread_rwlock.c apr_status_t stat;
stat 31 srclib/apr/locks/unix/thread_rwlock.c stat = pthread_rwlock_destroy(&rwlock->rwlock);
stat 33 srclib/apr/locks/unix/thread_rwlock.c if (stat) {
stat 34 srclib/apr/locks/unix/thread_rwlock.c stat = errno;
stat 37 srclib/apr/locks/unix/thread_rwlock.c return stat;
stat 44 srclib/apr/locks/unix/thread_rwlock.c apr_status_t stat;
stat 49 srclib/apr/locks/unix/thread_rwlock.c if ((stat = pthread_rwlock_init(&new_rwlock->rwlock, NULL))) {
stat 51 srclib/apr/locks/unix/thread_rwlock.c stat = errno;
stat 53 srclib/apr/locks/unix/thread_rwlock.c return stat;
stat 66 srclib/apr/locks/unix/thread_rwlock.c apr_status_t stat;
stat 68 srclib/apr/locks/unix/thread_rwlock.c stat = pthread_rwlock_rdlock(&rwlock->rwlock);
stat 70 srclib/apr/locks/unix/thread_rwlock.c if (stat) {
stat 71 srclib/apr/locks/unix/thread_rwlock.c stat = errno;
stat 74 srclib/apr/locks/unix/thread_rwlock.c return stat;
stat 79 srclib/apr/locks/unix/thread_rwlock.c apr_status_t stat;
stat 81 srclib/apr/locks/unix/thread_rwlock.c stat = pthread_rwlock_tryrdlock(&rwlock->rwlock);
stat 83 srclib/apr/locks/unix/thread_rwlock.c if (stat) {
stat 84 srclib/apr/locks/unix/thread_rwlock.c stat = errno;
stat 88 srclib/apr/locks/unix/thread_rwlock.c if (stat == EBUSY)
stat 89 srclib/apr/locks/unix/thread_rwlock.c stat = APR_EBUSY;
stat 90 srclib/apr/locks/unix/thread_rwlock.c return stat;
stat 95 srclib/apr/locks/unix/thread_rwlock.c apr_status_t stat;
stat 97 srclib/apr/locks/unix/thread_rwlock.c stat = pthread_rwlock_wrlock(&rwlock->rwlock);
stat 99 srclib/apr/locks/unix/thread_rwlock.c if (stat) {
stat 100 srclib/apr/locks/unix/thread_rwlock.c stat = errno;
stat 103 srclib/apr/locks/unix/thread_rwlock.c return stat;
stat 108 srclib/apr/locks/unix/thread_rwlock.c apr_status_t stat;
stat 110 srclib/apr/locks/unix/thread_rwlock.c stat = pthread_rwlock_trywrlock(&rwlock->rwlock);
stat 112 srclib/apr/locks/unix/thread_rwlock.c if (stat) {
stat 113 srclib/apr/locks/unix/thread_rwlock.c stat = errno;
stat 117 srclib/apr/locks/unix/thread_rwlock.c if (stat == EBUSY)
stat 118 srclib/apr/locks/unix/thread_rwlock.c stat = APR_EBUSY;
stat 119 srclib/apr/locks/unix/thread_rwlock.c return stat;
stat 124 srclib/apr/locks/unix/thread_rwlock.c apr_status_t stat;
stat 126 srclib/apr/locks/unix/thread_rwlock.c stat = pthread_rwlock_unlock(&rwlock->rwlock);
stat 128 srclib/apr/locks/unix/thread_rwlock.c if (stat) {
stat 129 srclib/apr/locks/unix/thread_rwlock.c stat = errno;
stat 132 srclib/apr/locks/unix/thread_rwlock.c return stat;
stat 173 srclib/apr/locks/win32/proc_mutex.c apr_status_t stat;
stat 175 srclib/apr/locks/win32/proc_mutex.c stat = proc_mutex_cleanup(mutex);
stat 176 srclib/apr/locks/win32/proc_mutex.c if (stat == APR_SUCCESS) {
stat 179 srclib/apr/locks/win32/proc_mutex.c return stat;
stat 77 srclib/apr/network_io/unix/sockopt.c apr_status_t stat;
stat 88 srclib/apr/network_io/unix/sockopt.c if ((stat = sononblock(sock->socketdes)) != APR_SUCCESS) {
stat 89 srclib/apr/network_io/unix/sockopt.c return stat;
stat 96 srclib/apr/network_io/unix/sockopt.c if ((stat = soblock(sock->socketdes)) != APR_SUCCESS) {
stat 97 srclib/apr/network_io/unix/sockopt.c return stat;
stat 46 srclib/apr/network_io/win32/sockopt.c apr_status_t stat;
stat 51 srclib/apr/network_io/win32/sockopt.c if ((stat = sononblock(sock->socketdes)) != APR_SUCCESS)
stat 52 srclib/apr/network_io/win32/sockopt.c return stat;
stat 58 srclib/apr/network_io/win32/sockopt.c if ((stat = soblock(sock->socketdes)) != APR_SUCCESS)
stat 59 srclib/apr/network_io/win32/sockopt.c return stat;
stat 77 srclib/apr/network_io/win32/sockopt.c if ((stat = soblock(sock->socketdes)) != APR_SUCCESS)
stat 78 srclib/apr/network_io/win32/sockopt.c return stat;
stat 93 srclib/apr/network_io/win32/sockopt.c apr_status_t stat;
stat 140 srclib/apr/network_io/win32/sockopt.c if ((stat = sononblock(sock->socketdes)) != APR_SUCCESS)
stat 141 srclib/apr/network_io/win32/sockopt.c return stat;
stat 144 srclib/apr/network_io/win32/sockopt.c if ((stat = soblock(sock->socketdes)) != APR_SUCCESS)
stat 145 srclib/apr/network_io/win32/sockopt.c return stat;
stat 76 srclib/apr/threadproc/beos/thread.c apr_status_t stat;
stat 93 srclib/apr/threadproc/beos/thread.c stat = apr_pool_create(&(*new)->pool, pool);
stat 94 srclib/apr/threadproc/beos/thread.c if (stat != APR_SUCCESS) {
stat 95 srclib/apr/threadproc/beos/thread.c return stat;
stat 79 srclib/apr/threadproc/netware/thread.c apr_status_t stat;
stat 110 srclib/apr/threadproc/netware/thread.c stat = apr_pool_create(&(*new)->pool, pool);
stat 111 srclib/apr/threadproc/netware/thread.c if (stat != APR_SUCCESS) {
stat 112 srclib/apr/threadproc/netware/thread.c return stat;
stat 125 srclib/apr/threadproc/netware/thread.c /* int *error */ &stat);
stat 128 srclib/apr/threadproc/netware/thread.c stat = NXContextSetName(
stat 132 srclib/apr/threadproc/netware/thread.c stat = NXThreadCreate(
stat 137 srclib/apr/threadproc/netware/thread.c if(stat==0)
stat 140 srclib/apr/threadproc/netware/thread.c return(stat);// if error
stat 170 srclib/apr/threadproc/netware/thread.c apr_status_t stat;
stat 173 srclib/apr/threadproc/netware/thread.c if ((stat = NXThreadJoin(thd->td, &dthr, NULL)) == 0) {
stat 178 srclib/apr/threadproc/netware/thread.c return stat;
stat 23 srclib/apr/threadproc/netware/threadpriv.c apr_status_t stat;
stat 32 srclib/apr/threadproc/netware/threadpriv.c if ((stat = NXKeyCreate(NULL, dest, &(*key)->key)) == 0) {
stat 33 srclib/apr/threadproc/netware/threadpriv.c return stat;
stat 35 srclib/apr/threadproc/netware/threadpriv.c return stat;
stat 40 srclib/apr/threadproc/netware/threadpriv.c apr_status_t stat;
stat 42 srclib/apr/threadproc/netware/threadpriv.c if ((stat = NXKeyGetValue(key->key, new)) == 0) {
stat 46 srclib/apr/threadproc/netware/threadpriv.c return stat;
stat 52 srclib/apr/threadproc/netware/threadpriv.c apr_status_t stat;
stat 53 srclib/apr/threadproc/netware/threadpriv.c if ((stat = NXKeySetValue(key->key, priv)) == 0) {
stat 57 srclib/apr/threadproc/netware/threadpriv.c return stat;
stat 63 srclib/apr/threadproc/netware/threadpriv.c apr_status_t stat;
stat 64 srclib/apr/threadproc/netware/threadpriv.c if ((stat = NXKeyDelete(key->key)) == 0) {
stat 67 srclib/apr/threadproc/netware/threadpriv.c return stat;
stat 81 srclib/apr/threadproc/os2/thread.c apr_status_t stat;
stat 94 srclib/apr/threadproc/os2/thread.c stat = apr_pool_create(&thread->pool, pool);
stat 96 srclib/apr/threadproc/os2/thread.c if (stat != APR_SUCCESS) {
stat 97 srclib/apr/threadproc/os2/thread.c return stat;
stat 101 srclib/apr/threadproc/os2/thread.c stat = apr_threadattr_create(&thread->attr, thread->pool);
stat 103 srclib/apr/threadproc/os2/thread.c if (stat != APR_SUCCESS) {
stat 104 srclib/apr/threadproc/os2/thread.c return stat;
stat 43 srclib/apr/threadproc/unix/thread.c apr_status_t stat;
stat 47 srclib/apr/threadproc/unix/thread.c stat = pthread_attr_init(&(*new)->attr);
stat 49 srclib/apr/threadproc/unix/thread.c if (stat == 0) {
stat 55 srclib/apr/threadproc/unix/thread.c stat = errno;
stat 58 srclib/apr/threadproc/unix/thread.c return stat;
stat 70 srclib/apr/threadproc/unix/thread.c apr_status_t stat;
stat 74 srclib/apr/threadproc/unix/thread.c if ((stat = pthread_attr_setdetachstate(&attr->attr, &arg)) == 0) {
stat 76 srclib/apr/threadproc/unix/thread.c if ((stat = pthread_attr_setdetachstate(&attr->attr,
stat 83 srclib/apr/threadproc/unix/thread.c stat = errno;
stat 86 srclib/apr/threadproc/unix/thread.c return stat;
stat 107 srclib/apr/threadproc/unix/thread.c int stat;
stat 109 srclib/apr/threadproc/unix/thread.c stat = pthread_attr_setstacksize(&attr->attr, stacksize);
stat 110 srclib/apr/threadproc/unix/thread.c if (stat == 0) {
stat 114 srclib/apr/threadproc/unix/thread.c stat = errno;
stat 117 srclib/apr/threadproc/unix/thread.c return stat;
stat 151 srclib/apr/threadproc/unix/thread.c apr_status_t stat;
stat 174 srclib/apr/threadproc/unix/thread.c stat = apr_pool_create(&(*new)->pool, pool);
stat 175 srclib/apr/threadproc/unix/thread.c if (stat != APR_SUCCESS) {
stat 176 srclib/apr/threadproc/unix/thread.c return stat;
stat 179 srclib/apr/threadproc/unix/thread.c if ((stat = pthread_create((*new)->td, temp, dummy_worker, (*new))) == 0) {
stat 184 srclib/apr/threadproc/unix/thread.c stat = errno;
stat 187 srclib/apr/threadproc/unix/thread.c return stat;
stat 214 srclib/apr/threadproc/unix/thread.c apr_status_t stat;
stat 217 srclib/apr/threadproc/unix/thread.c if ((stat = pthread_join(*thd->td,(void *)&thread_stat)) == 0) {
stat 223 srclib/apr/threadproc/unix/thread.c stat = errno;
stat 226 srclib/apr/threadproc/unix/thread.c return stat;
stat 232 srclib/apr/threadproc/unix/thread.c apr_status_t stat;
stat 235 srclib/apr/threadproc/unix/thread.c if ((stat = pthread_detach(thd->td)) == 0) {
stat 237 srclib/apr/threadproc/unix/thread.c if ((stat = pthread_detach(*thd->td)) == 0) {
stat 244 srclib/apr/threadproc/unix/thread.c stat = errno;
stat 247 srclib/apr/threadproc/unix/thread.c return stat;
stat 55 srclib/apr/threadproc/unix/threadpriv.c apr_status_t stat;
stat 57 srclib/apr/threadproc/unix/threadpriv.c if ((stat = pthread_setspecific(key->key, priv)) == 0) {
stat 61 srclib/apr/threadproc/unix/threadpriv.c return stat;
stat 68 srclib/apr/threadproc/unix/threadpriv.c apr_status_t stat;
stat 70 srclib/apr/threadproc/unix/threadpriv.c if ((stat = pthread_key_delete(key->key)) == 0) {
stat 74 srclib/apr/threadproc/unix/threadpriv.c return stat;
stat 82 srclib/apr/threadproc/win32/proc.c apr_status_t stat = APR_SUCCESS;
stat 98 srclib/apr/threadproc/win32/proc.c stat = apr_file_pipe_create_ex(&attr->child_in, &attr->parent_in,
stat 101 srclib/apr/threadproc/win32/proc.c if (stat == APR_SUCCESS)
stat 102 srclib/apr/threadproc/win32/proc.c stat = apr_file_inherit_unset(attr->parent_in);
stat 104 srclib/apr/threadproc/win32/proc.c if (out && stat == APR_SUCCESS) {
stat 108 srclib/apr/threadproc/win32/proc.c stat = apr_file_pipe_create_ex(&attr->parent_out, &attr->child_out,
stat 111 srclib/apr/threadproc/win32/proc.c if (stat == APR_SUCCESS)
stat 112 srclib/apr/threadproc/win32/proc.c stat = apr_file_inherit_unset(attr->parent_out);
stat 114 srclib/apr/threadproc/win32/proc.c if (err && stat == APR_SUCCESS) {
stat 118 srclib/apr/threadproc/win32/proc.c stat = apr_file_pipe_create_ex(&attr->parent_err, &attr->child_err,
stat 121 srclib/apr/threadproc/win32/proc.c if (stat == APR_SUCCESS)
stat 122 srclib/apr/threadproc/win32/proc.c stat = apr_file_inherit_unset(attr->parent_err);
stat 124 srclib/apr/threadproc/win32/proc.c return stat;
stat 1121 srclib/apr/threadproc/win32/proc.c DWORD stat;
stat 1129 srclib/apr/threadproc/win32/proc.c if ((stat = WaitForSingleObject(proc->hproc, time)) == WAIT_OBJECT_0) {
stat 1130 srclib/apr/threadproc/win32/proc.c if (GetExitCodeProcess(proc->hproc, &stat)) {
stat 1132 srclib/apr/threadproc/win32/proc.c *exitcode = stat;
stat 1134 srclib/apr/threadproc/win32/proc.c *exitwhy = why_from_exit_code(stat);
stat 1140 srclib/apr/threadproc/win32/proc.c else if (stat == WAIT_TIMEOUT) {
stat 87 srclib/apr/threadproc/win32/thread.c apr_status_t stat;
stat 100 srclib/apr/threadproc/win32/thread.c stat = apr_pool_create(&(*new)->pool, pool);
stat 101 srclib/apr/threadproc/win32/thread.c if (stat != APR_SUCCESS) {
stat 102 srclib/apr/threadproc/win32/thread.c return stat;
stat 122 srclib/pcre/pcregrep.c struct stat statbuf;
stat 123 srclib/pcre/pcregrep.c if (stat(filename, &statbuf) < 0)
stat 264 support/suexec.c struct stat dir_info; /* directory info holder */
stat 265 support/suexec.c struct stat prg_info; /* program info holder */