Searched refs:e_info (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_cgi.h54 * @param e_info pass e_info.cmd_type (Set to APR_SHELLCMD or APR_PROGRAM on entry)
55 and e_info.detached (Should the child start in detached state?)
63 cgi_exec_info_t *e_info));
H A Dmod_cgi.c383 cgi_exec_info_t *e_info)
424 e_info->in_pipe,
425 e_info->out_pipe,
426 e_info->err_pipe)) != APR_SUCCESS) ||
443 e_info->cmd_type)) != APR_SUCCESS) ||
446 e_info->detached)) != APR_SUCCESS) ||
448 e_info->addrspace)) != APR_SUCCESS) ||
473 if (e_info->prog_type == RUN_AS_CGI) {
492 cgi_exec_info_t *e_info)
498 if (e_info
376 run_cgi_child(apr_file_t **script_out, apr_file_t **script_in, apr_file_t **script_err, const char *command, const char * const argv[], request_rec *r, apr_pool_t *p, cgi_exec_info_t *e_info) argument
490 default_build_command(const char **cmd, const char ***argv, request_rec *r, apr_pool_t *p, cgi_exec_info_t *e_info) argument
759 cgi_exec_info_t e_info; local
1110 cgi_exec_info_t e_info; local
[all...]
/macosx-10.10/apache-793/httpd/modules/arch/netware/
H A Dmod_netware.c99 cgi_exec_info_t *e_info)
110 if (e_info->process_cgi) {
125 e_info->cmd_type = APR_PROGRAM;
145 e_info->detached = 1;
158 e_info->addrspace = 1;
97 ap_cgi_build_command(const char **cmd, const char ***argv, request_rec *r, apr_pool_t *p, cgi_exec_info_t *e_info) argument
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Di386dynix.c69 execp->a_info = H_GET_32 (abfd, bytes->e_info);
H A Daout-adobe.c42 execp->a_info = H_GET_32 (abfd, bytes->e_info);
62 H_PUT_32 (abfd, execp->a_info , bytes->e_info);
210 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
H A Daout-target.h147 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
149 exec.a_info = GET_MAGIC (abfd, exec_bytes.e_info);
164 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
H A Daout-tic30.c550 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
552 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
566 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
H A Dbout.c84 execp->a_info = H_GET_32 (abfd, bytes->e_info);
109 H_PUT_32 (abfd, execp->a_info , bytes->e_info);
195 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
H A Dhp300hpux.c467 execp->a_info = H_GET_32 (abfd, bytes->e_info);
H A Driscix.c620 exec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
H A Dpdp11.c78 bfd_byte e_info[2]; /* Magic number. */ member in struct:pdp11_external_exec
379 execp->a_info = GET_MAGIC (abfd, bytes->e_info);
408 PUT_MAGIC (abfd, execp->a_info, bytes->e_info);
H A Daoutx.h360 execp->a_info = H_GET_32 (abfd, bytes->e_info);
392 H_PUT_32 (abfd, execp->a_info , bytes->e_info);
/macosx-10.10/cxxfilt-11/cxxfilt/include/aout/
H A Ddynix3.h31 unsigned char e_info[4]; member in struct:dynix_external_exec
H A Dhp300hpux.h6 unsigned char e_info[4]; /* a_machtype/a_magic */ member in struct:hp300hpux_exec_bytes
H A Dadobe.h30 bfd_byte e_info[4]; /* magic number and stuff */ member in struct:external_exec
H A Daout64.h31 bfd_byte e_info[4]; /* Magic number and stuff. */ member in struct:external_exec
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dbout.h67 unsigned char e_info[4]; /* Identifies this as a b.out file */ member in struct:external_exec
/macosx-10.10/apache-793/httpd/modules/arch/win32/
H A Dmod_win32.c371 cgi_exec_info_t *e_info)
385 if (e_info->cmd_type) {
421 if (interpreter && e_info->cmd_type != APR_SHELLCMD) {
422 e_info->cmd_type = APR_PROGRAM_PATH;
488 if (e_info->cmd_type != APR_SHELLCMD) {
489 e_info->cmd_type = APR_PROGRAM_PATH;
518 e_info->detached = 1;
369 ap_cgi_build_command(const char **cmd, const char ***argv, request_rec *r, apr_pool_t *p, cgi_exec_info_t *e_info) argument
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddproc.c536 vm_region_extended_info_data_t e_info; local
574 (vm_region_info_t)&e_info, &count, &object_name)
578 if (!e_info.external_pager)
/macosx-10.10/ruby-106/ruby/
H A Deval.c708 volatile VALUE e_info = th->errinfo; local
750 th->errinfo = e_info;

Completed in 372 milliseconds