Searched refs:pod (Results 1 - 25 of 784) sorted by relevance

1234567891011>>

/macosx-10.9.5/apache-786.1/httpd/server/mpm/experimental/event/
H A Dpod.c17 #include "pod.h"
23 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t * p, ap_pod_t ** pod)
27 *pod = apr_palloc(p, sizeof(**pod));
28 rv = apr_file_pipe_create(&((*pod)->pod_in), &((*pod)->pod_out), p);
33 apr_file_pipe_timeout_set((*pod)->pod_in, 0);
35 (*pod)->p = p;
38 apr_file_inherit_unset((*pod)->pod_in);
39 apr_file_inherit_unset((*pod)
44 ap_mpm_pod_check(ap_pod_t * pod) argument
82 pod_signal_internal(ap_pod_t * pod, int graceful) argument
101 ap_mpm_pod_killpg(ap_pod_t * pod, int num, int graceful) argument
[all...]
H A Dpod.h18 * @file event/pod.h
19 * @brief pod definitions
55 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t * p, ap_pod_t ** pod);
56 AP_DECLARE(int) ap_mpm_pod_check(ap_pod_t * pod); variable
57 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t * pod); variable
58 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t * pod, int graceful);
59 AP_DECLARE(void) ap_mpm_pod_killpg(ap_pod_t * pod, int num, int graceful);
/macosx-10.9.5/apache-786.1/httpd/server/mpm/worker/
H A Dpod.c17 #include "pod.h"
23 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t *p, ap_pod_t **pod)
27 *pod = apr_palloc(p, sizeof(**pod));
28 rv = apr_file_pipe_create(&((*pod)->pod_in), &((*pod)->pod_out), p);
33 apr_file_pipe_timeout_set((*pod)->pod_in, 0);
35 (*pod)->p = p;
38 apr_file_inherit_unset((*pod)->pod_in);
39 apr_file_inherit_unset((*pod)
44 ap_mpm_pod_check(ap_pod_t *pod) argument
82 pod_signal_internal(ap_pod_t *pod, int graceful) argument
101 ap_mpm_pod_killpg(ap_pod_t *pod, int num, int graceful) argument
[all...]
H A Dpod.h18 * @file worker/pod.h
54 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t *p, ap_pod_t **pod);
55 AP_DECLARE(int) ap_mpm_pod_check(ap_pod_t *pod); variable
56 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t *pod); variable
57 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod, int graceful);
58 AP_DECLARE(void) ap_mpm_pod_killpg(ap_pod_t *pod, int num, int graceful);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/doc/
H A DMakefile.am49 -$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod
50 -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
52 rm -f addr2line.pod
56 -$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod
57 -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
59 rm -f ar.pod
63 -$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod
64 -($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
66 rm -f dlltool.pod
70 -$(TEXI2POD) $(MANCONF) -Dnlmconv < $(binutils_TEXI) > nlmconv.pod
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/
H A DLocaleCatalog.pm2 =pod
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/t/
H A D34_next_method_in_eval.t10 =pod
H A D01_MRO.t12 =pod
H A D05_MRO.t13 =pod
H A D30_next_method.t10 =pod
H A D35_next_method_in_anon.t10 =pod
/macosx-10.9.5/CPANInternal-140/Class-C3-XS-0.13/t/
H A D34_next_method_in_eval.t10 =pod
H A D01_MRO.t12 =pod
H A D05_MRO.t13 =pod
H A D30_next_method.t10 =pod
H A D35_next_method_in_anon.t10 =pod
/macosx-10.9.5/CPANInternal-140/Sub-Uplevel/inc/Module/Build/
H A DWikiDoc.pm15 (my $tgt = $src) =~ s{\.pm$}{.pod};
34 (my $tgt = $src) =~ s{\.pm$}{.pod};
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dmpm_common.h247 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t *p, ap_pod_t **pod);
252 AP_DECLARE(apr_status_t) ap_mpm_pod_check(ap_pod_t *pod); variable
257 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t *pod); variable
264 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod); variable
272 AP_DECLARE(void) ap_mpm_pod_killpg(ap_pod_t *pod, int num);
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/
H A DBuilder.pm6 Note: there is no API documentation in this file. You want F<Builder.pod> instead.
24 =pod
36 =pod
51 =pod
137 =pod
164 =pod
177 =pod
193 =pod
218 =pod
295 =pod
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/
H A DBuilder.pm6 Note: there is no API documentation in this file. You want F<Builder.pod> instead.
24 =pod
36 =pod
51 =pod
137 =pod
164 =pod
177 =pod
193 =pod
218 =pod
295 =pod
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/t/
H A D09Attr01basic.t19 my $a1 = new Pod::WSDL::Type(name => 'my::foo', array => 1, descr => 'blah ...', pod => 'blah blah ...', pod => $attrData);
25 ok (@{$a1->attrs} == 6, 'Seem to parse pod correctly');
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/t/
H A D09Attr01basic.t19 my $a1 = new Pod::WSDL::Type(name => 'my::foo', array => 1, descr => 'blah ...', pod => 'blah blah ...', pod => $attrData);
25 ok (@{$a1->attrs} == 6, 'Seem to parse pod correctly');
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkpod112 print "\n\nCreating pod file(s)\n\n" if $Verbose ;
116 #$pod = $ARGV[1] ;
118 # Now process the pre-pod file
121 ($pod = $ppod) =~ s/\.P$// ;
123 open (POD, ">$pod") or die "Cannot open file '$pod': $!\n" ;
125 print " $ppod -> $pod\n" ;
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/inc/Module/Install/
H A DMetadata.pm138 # If there is a matching .pod, use that instead
139 my $pod = $file;
140 $pod =~ s/\.pm$/.pod/i;
141 $pod = $file unless -e $pod;
147 $self->author_from($pod) unless $self->author;
148 $self->license_from($pod) unless $self->license;
149 $self->abstract_from($pod) unless $self->abstract;
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/Optional/
H A DDependencies.pm28 pod => {
38 pod => {
49 pod => {
60 pod => {
133 $missing .= " (see $class for details)" if $reqs->{$group}{pod};
161 $podfn =~ s/\.pm$/\.pod/;
230 my $p = $reqs->{$group}{pod}

Completed in 202 milliseconds

1234567891011>>