Searched refs:extra (Results 26 - 50 of 570) sorted by relevance

1234567891011>>

/macosx-10.9.5/apache-786.1/httpd/
H A DNWGNUmakefile398 $(call MKCNF,docs/conf/extra/httpd-autoindex.conf.in, $(INSTALLBASE)/conf/extra/httpd-autoindex.conf)
399 $(call MKCNF,docs/conf/extra/httpd-dav.conf.in, $(INSTALLBASE)/conf/extra/httpd-dav.conf)
400 $(call MKCNF,docs/conf/extra/httpd-default.conf.in, $(INSTALLBASE)/conf/extra/httpd-default.conf)
401 $(call MKCNF,docs/conf/extra/httpd-info.conf.in, $(INSTALLBASE)/conf/extra/httpd-info.conf)
402 $(call MKCNF,docs/conf/extra/httpd-languages.conf.in, $(INSTALLBASE)/conf/extra/http
[all...]
/macosx-10.9.5/apache-786.1/httpd/docs/conf/
H A Dhttpd.conf.in393 # The configuration files in the @rel_sysconfdir@/extra/ directory can be
394 # included to add extra features or to modify the default configuration of
399 Include @rel_sysconfdir@/extra/httpd-mpm.conf
402 #Include @rel_sysconfdir@/extra/httpd-multilang-errordoc.conf
405 Include @rel_sysconfdir@/extra/httpd-autoindex.conf
408 Include @rel_sysconfdir@/extra/httpd-languages.conf
411 Include @rel_sysconfdir@/extra/httpd-userdir.conf
414 #Include @rel_sysconfdir@/extra/httpd-info.conf
417 #Include @rel_sysconfdir@/extra/httpd-vhosts.conf
420 Include @rel_sysconfdir@/extra/http
[all...]
H A Dhttpd.conf.in.orig393 # The configuration files in the @rel_sysconfdir@/extra/ directory can be
394 # included to add extra features or to modify the default configuration of
399 Include @rel_sysconfdir@/extra/httpd-mpm.conf
402 #Include @rel_sysconfdir@/extra/httpd-multilang-errordoc.conf
405 Include @rel_sysconfdir@/extra/httpd-autoindex.conf
408 Include @rel_sysconfdir@/extra/httpd-languages.conf
411 Include @rel_sysconfdir@/extra/httpd-userdir.conf
414 #Include @rel_sysconfdir@/extra/httpd-info.conf
417 #Include @rel_sysconfdir@/extra/httpd-vhosts.conf
420 Include @rel_sysconfdir@/extra/http
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Ddhcp_options.c159 /* concatenates extra onto list */
161 ptrlist_concat(ptrlist_t * list, ptrlist_t * extra) argument
163 if (extra->count == 0)
166 if ((extra->count + list->count) > list->size) {
169 list->size = extra->count + list->count;
178 bcopy(extra->array, list->array + list->count,
179 extra->count * sizeof(*list->array));
180 list->count += extra->count;
222 dhcpol_concat(dhcpol_t * list, dhcpol_t * extra) argument
224 return (ptrlist_concat((ptrlist_t *)list, (ptrlist_t *)extra));
399 dhcpol_t extra; local
[all...]
/macosx-10.9.5/sudo-72/src/zlib/
H A Dinftrees.c56 const unsigned short FAR *extra; /* extra bits table to use */ local
57 int end; /* use base and extra for symbol > end */
63 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */
183 base = extra = work; /* dummy value--not used */
189 extra = lext;
190 extra -= 257;
195 extra = dext;
224 here.op = (unsigned char)(extra[wor
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Ddescriptors.c142 endpoint->extra = NULL;
147 endpoint->extra = malloc(len);
148 if (!endpoint->extra) {
150 fprintf(stderr, "couldn't allocate memory for endpoint extra descriptors\n");
155 memcpy(endpoint->extra, begin, len);
223 ifp->extra = NULL;
226 ifp->extra = malloc(len);
227 if (!ifp->extra) {
229 fprintf(stderr, "couldn't allocate memory for interface extra descriptors\n");
233 memcpy(ifp->extra, begi
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dlibxml.h65 void __xmlIOErr(int domain, int code, const char *extra);
/macosx-10.9.5/pcre-7/pcre/
H A Dpcretest.c668 check_match_limit(pcre *re, pcre_extra *extra, uschar *bptr, int len, argument
677 extra->flags |= flag;
683 count = pcre_exec(re, extra, (char *)bptr, len, start_offset, options,
708 extra->flags &= ~flag;
1035 pcre_extra *extra = NULL; local
1129 extra = (pcre_extra *)new_malloc(sizeof(pcre_extra) + true_study_size);
1130 extra->flags = PCRE_EXTRA_STUDY_DATA;
1132 psd = (pcre_study_data *)(((char *)extra) + sizeof(pcre_extra));
1133 extra->study_data = psd;
1139 if (extra !
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/DBI/Relationship/
H A DMightHave.pm44 my ($f_class, @extra) =
56 my ($f_class, @extra) =
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/Relationship/
H A DMightHave.pm45 my ($f_class, @extra) =
61 my ($f_class, @extra) =
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DIterator.pm9 DBIx::Class::CDBICompat::Iterator - Emulates the extra behaviors of the Class::DBI search iterator.
17 Emulates the extra behaviors of the Class::DBI search iterator.
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/examples/
H A DMySQL.pm23 extra => { time_zone => 'floating' },
30 extra => { time_zone => 'floating' },
35 extra => { time_zone => 'floating' },
41 extra => { time_zone => 'floating' },
47 extra => { time_zone => 'floating' },
52 extra => { time_zone => 'floating' },
58 extra => { time_zone => 'floating' },
64 extra => { time_zone => 'floating' },
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/examples/
H A DMySQL.pm20 extra => { time_zone => 'floating' },
27 extra => { time_zone => 'floating' },
32 extra => { time_zone => 'floating' },
38 extra => { time_zone => 'floating' },
44 extra => { time_zone => 'floating' },
49 extra => { time_zone => 'floating' },
55 extra => { time_zone => 'floating' },
61 extra => { time_zone => 'floating' },
/macosx-10.9.5/bind9-45.100/
H A DMakefile26 GnuAfterInstall = gen-dsyms install-strip install-extra install-sandbox-profile
82 install-extra:
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dumask.c41 int b_umask(int argc,char *argv[],void *extra) argument
45 NOT_USED(extra);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Denv.c45 int extra; member in struct:_env_
91 register int n=ep->extra;
110 environ = ep->env+ep->extra;
111 return(ep->env+ep->extra);
184 * If <extra> > 0, <extra> slots will be left at beginning of
186 * If <extra>==ENV_USABLE, then the original environ can be
189 Env_t *env_open(char **envp, int extra) argument
204 if(extra==ENV_STABLE)
210 ep->count = ep->extra
[all...]
/macosx-10.9.5/libxml2-26/libxml2/macos/src/
H A Dconfig-mac.h191 #include <extra/stricmp.h>
192 #include <extra/strdup.h>
/macosx-10.9.5/perl-92/5.12/
H A DMakefile22 GnuAfterInstall = zap-sitedirs make-extra-links
62 make-extra-links:
/macosx-10.9.5/perl-92/5.16/
H A DMakefile22 GnuAfterInstall = zap-sitedirs make-extra-links
64 make-extra-links:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/macos/src/
H A Dconfig-mac.h191 #include <extra/stricmp.h>
192 #include <extra/strdup.h>
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcretest.c625 pcre_extra *extra = NULL; local
719 extra = (pcre_extra *)new_malloc(sizeof(pcre_extra) + true_study_size);
720 extra->flags = PCRE_EXTRA_STUDY_DATA;
722 psd = (pcre_study_data *)(((char *)extra) + sizeof(pcre_extra));
723 extra->study_data = psd;
729 if (extra != NULL) new_free(extra);
961 extra = pcre_study(re, study_options, &error);
963 if (extra != NULL) free(extra);
[all...]
H A Dstudy.c411 pcre_extra *extra; local
464 extra = (pcre_extra *)(pcre_malloc)
467 if (extra == NULL)
473 study = (pcre_study_data *)((char *)extra + sizeof(pcre_extra));
474 extra->flags = PCRE_EXTRA_STUDY_DATA;
475 extra->study_data = study;
481 return extra;
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dptrlist.c195 /* concatenates extra onto list */
197 ptrlist_concat(ptrlist_t * list, ptrlist_t * extra) argument
199 if (extra->count == 0)
202 if ((extra->count + list->count) > list->size) {
203 list->size = extra->count + list->count;
212 bcopy(extra->array, list->array + list->count,
213 extra->count * sizeof(*list->array));
214 list->count += extra->count;
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/Parser/
H A DRegex.pm39 B<extra> is a hashref of extra arguments you wish to give to
43 extra => { year => 2004, time_zone => "Australia/Sydney" },
51 anything given in the C<extra> option above.
54 C<$self>, C<$p> and C<extra>.
58 $self->$coderef( %$p, %{ $self->{extra} } );
88 extra => {
123 my @args = ( %$p, %{ $self->{extra} } );
142 $args{extra} ||= {};
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DRegex.pm39 B<extra> is a hashref of extra arguments you wish to give to
43 extra => { year => 2004, time_zone => "Australia/Sydney" },
51 anything given in the C<extra> option above.
54 C<$self>, C<$p> and C<extra>.
58 $self->$coderef( %$p, %{ $self->{extra} } );
88 extra => {
123 my @args = ( %$p, %{ $self->{extra} } );
142 $args{extra} ||= {};

Completed in 231 milliseconds

1234567891011>>