| /webstack/mod_sed/ |
| libsed.h | 72 sed_err_fn_t *errfn; member in struct:sed_commands_s 113 sed_err_fn_t *errfn; member in struct:sed_eval_s 154 apr_status_t sed_init_commands(sed_commands_t *commands, sed_err_fn_t *errfn, void *data, 163 sed_err_fn_t *errfn, void *data, 165 apr_status_t sed_reset_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data);
|
| /webstack/webserver/src/server/libsed/ |
| libsed.h | 108 sed_err_fn_t *errfn; member in struct:sed_commands_s 148 sed_err_fn_t *errfn; member in struct:sed_eval_s 188 PRStatus sed_init_commands(sed_commands_t *commands, sed_err_fn_t *errfn, void *data, 196 sed_err_fn_t *errfn, void *data, pool_handle_t *p); 197 PRStatus sed_reset_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/misc/unix/ |
| getopt.c | 48 (*os)->errfn = (apr_getopt_err_fn_t*)(fprintf); 102 if (os->errfn && *opts != ':') { 103 (os->errfn)(os->errarg, "%s: illegal option -- %c\n", 123 if (os->errfn) { 124 (os->errfn)(os->errarg, 184 if (os->errfn) 185 (os->errfn)(os->errarg, "%s: %s: %s\n", 194 if (os->errfn) 195 (os->errfn)(os->errarg, "%s: %s: %c\n",
|
| /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/misc/unix/ |
| getopt.c | 48 (*os)->errfn = (apr_getopt_err_fn_t*)(fprintf); 102 if (os->errfn && *opts != ':') { 103 (os->errfn)(os->errarg, "%s: illegal option -- %c\n", 123 if (os->errfn) { 124 (os->errfn)(os->errarg, 184 if (os->errfn) 185 (os->errfn)(os->errarg, "%s: %s: %s\n", 194 if (os->errfn) 195 (os->errfn)(os->errarg, "%s: %s: %c\n",
|
| /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/misc/unix/ |
| getopt.c | 48 (*os)->errfn = (apr_getopt_err_fn_t*)(fprintf); 102 if (os->errfn && *opts != ':') { 103 (os->errfn)(os->errarg, "%s: illegal option -- %c\n", 123 if (os->errfn) { 124 (os->errfn)(os->errarg, 184 if (os->errfn) 185 (os->errfn)(os->errarg, "%s: %s: %s\n", 194 if (os->errfn) 195 (os->errfn)(os->errarg, "%s: %s: %c\n",
|
| /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/test/ |
| testargs.c | 86 opt->errfn = unknown_arg; 118 opt->errfn = unknown_arg; 147 opt->errfn = unknown_arg; 176 opt->errfn = unknown_arg; 205 opt->errfn = unknown_arg;
|
| /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/test/ |
| testargs.c | 86 opt->errfn = unknown_arg; 118 opt->errfn = unknown_arg; 147 opt->errfn = unknown_arg; 176 opt->errfn = unknown_arg; 205 opt->errfn = unknown_arg;
|
| /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/test/ |
| testargs.c | 86 opt->errfn = unknown_arg; 118 opt->errfn = unknown_arg; 147 opt->errfn = unknown_arg; 176 opt->errfn = unknown_arg; 205 opt->errfn = unknown_arg;
|
| /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/include/ |
| apr_getopt.h | 52 apr_getopt_err_fn_t *errfn; member in struct:apr_getopt_t 99 * The errfn is initialized to fprintf(stderr... but may be overridden.
|
| /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/include/arch/win32/ |
| apr_arch_threadproc.h | 58 apr_child_errfn_t *errfn; member in struct:apr_procattr_t
|
| /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/include/ |
| apr_getopt.h | 52 apr_getopt_err_fn_t *errfn; member in struct:apr_getopt_t 99 * The errfn is initialized to fprintf(stderr... but may be overridden.
|
| /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/include/arch/win32/ |
| apr_arch_threadproc.h | 58 apr_child_errfn_t *errfn; member in struct:apr_procattr_t
|
| /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/include/ |
| apr_getopt.h | 52 apr_getopt_err_fn_t *errfn; member in struct:apr_getopt_t 99 * The errfn is initialized to fprintf(stderr... but may be overridden.
|
| /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/include/arch/win32/ |
| apr_arch_threadproc.h | 58 apr_child_errfn_t *errfn; member in struct:apr_procattr_t
|
| /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/threadproc/win32/ |
| proc.c | 236 if (attr->errfn) { 237 attr->errfn(attr->pool, 0, 249 if (attr->errfn) { 250 attr->errfn(attr->pool, rv, 263 if (attr->errfn) { 264 attr->errfn(attr->pool, rv, 366 apr_child_errfn_t *errfn) 368 attr->errfn = errfn; 475 if (attr->errfn) { [all...] |
| /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/threadproc/win32/ |
| proc.c | 230 if (attr->errfn) { 231 attr->errfn(attr->pool, 0, 243 if (attr->errfn) { 244 attr->errfn(attr->pool, rv, 257 if (attr->errfn) { 258 attr->errfn(attr->pool, rv, 360 apr_child_errfn_t *errfn) 362 attr->errfn = errfn; 428 if (attr->errfn) { [all...] |
| /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/threadproc/win32/ |
| proc.c | 236 if (attr->errfn) { 237 attr->errfn(attr->pool, 0, 249 if (attr->errfn) { 250 attr->errfn(attr->pool, rv, 263 if (attr->errfn) { 264 attr->errfn(attr->pool, rv, 366 apr_child_errfn_t *errfn) 368 attr->errfn = errfn; 475 if (attr->errfn) { [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/threadproc/unix/ |
| proc.c | 271 apr_child_errfn_t *errfn) 273 attr->errfn = errfn; 427 if (attr->errfn) { 428 attr->errfn(pool, errno, "change of working directory failed"); 437 if (attr->errfn) { 438 attr->errfn(pool, errno, "setting of group failed"); 446 if (attr->errfn) { 447 attr->errfn(pool, errno, "setting of user failed"); 454 if (attr->errfn) { [all...] |
| /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/threadproc/unix/ |
| proc.c | 271 apr_child_errfn_t *errfn) 273 attr->errfn = errfn; 427 if (attr->errfn) { 428 attr->errfn(pool, errno, "change of working directory failed"); 437 if (attr->errfn) { 438 attr->errfn(pool, errno, "setting of group failed"); 446 if (attr->errfn) { 447 attr->errfn(pool, errno, "setting of user failed"); 454 if (attr->errfn) { [all...] |
| /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/threadproc/unix/ |
| proc.c | 271 apr_child_errfn_t *errfn) 273 attr->errfn = errfn; 427 if (attr->errfn) { 428 attr->errfn(pool, errno, "change of working directory failed"); 437 if (attr->errfn) { 438 attr->errfn(pool, errno, "setting of group failed"); 446 if (attr->errfn) { 447 attr->errfn(pool, errno, "setting of user failed"); 454 if (attr->errfn) { [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/include/arch/unix/ |
| apr_arch_threadproc.h | 99 apr_child_errfn_t *errfn; member in struct:apr_procattr_t
|
| /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/include/arch/unix/ |
| apr_arch_threadproc.h | 99 apr_child_errfn_t *errfn; member in struct:apr_procattr_t
|
| /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/include/arch/unix/ |
| apr_arch_threadproc.h | 99 apr_child_errfn_t *errfn; member in struct:apr_procattr_t
|
| /webstack/webstack/branches/CoolStack12Rtm/src/mod_perl-2.0.2/xs/maps/ |
| apr_structures.map | 115 - errfn
|
| /webstack/webstack/trunk/src/mod_perl-2.0.2/xs/maps/ |
| apr_structures.map | 115 - errfn
|