Searched refs:extra (Results 126 - 150 of 500) sorted by relevance

1234567891011>>

/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlmodule.c39 * @extra: extra information
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) argument
53 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
55 "Memory allocation failed : %s\n", extra);
H A Dc14n.c135 * @extra: extra informations
140 xmlC14NErrMemory(const char *extra) argument
143 XML_ERR_NO_MEMORY, XML_ERR_ERROR, NULL, 0, extra,
145 "Memory allocation failed : %s\n", extra);
150 * @extra: extra informations
155 xmlC14NErrParam(const char *extra) argument
158 XML_ERR_INTERNAL_ERROR, XML_ERR_ERROR, NULL, 0, extra,
160 "Invalid parameter : %s\n", extra);
170 xmlC14NErrInternal(const char *extra) argument
185 xmlC14NErrInvalidNode(const char *node_type, const char *extra) argument
200 xmlC14NErrUnknownNode(int node_type, const char *extra) argument
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlmodule.c39 * @extra: extra information
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) argument
53 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
55 "Memory allocation failed : %s\n", extra);
H A Dc14n.c133 * @extra: extra informations
138 xmlC14NErrMemory(const char *extra) argument
141 XML_ERR_NO_MEMORY, XML_ERR_ERROR, NULL, 0, extra,
143 "Memory allocation failed : %s\n", extra);
148 * @extra: extra informations
153 xmlC14NErrParam(const char *extra) argument
156 XML_ERR_INTERNAL_ERROR, XML_ERR_ERROR, NULL, 0, extra,
158 "Invalid parameter : %s\n", extra);
168 xmlC14NErrInternal(const char *extra) argument
183 xmlC14NErrInvalidNode(const char *node_type, const char *extra) argument
198 xmlC14NErrUnknownNode(int node_type, const char *extra) argument
[all...]
/macosx-10.10.1/sudo-73/src/zlib/
H A Dinflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
735 state->head->extra = Z_NULL;
743 state->head->extra != Z_NULL) {
745 zmemcpy(state->head->extra + len, next,
1072 state->extra = (unsigned)(here.op) & 15;
1075 if (state->extra) {
1076 NEEDBITS(state->extra);
1077 state->length += BITS(state->extra);
1078 DROPBITS(state->extra);
[all...]
/macosx-10.10.1/zlib-55/zlib/
H A Dinflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
715 state->head->extra = Z_NULL;
723 state->head->extra != Z_NULL) {
725 zmemcpy(state->head->extra + len, next,
1053 state->extra = (unsigned)(here.op) & 15;
1056 if (state->extra) {
1057 NEEDBITS(state->extra);
1058 state->length += BITS(state->extra);
1059 DROPBITS(state->extra);
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/gold/
H A Dgold-plugin.cpp88 static std::vector<std::string> extra; member in namespace:options
100 } else if (opt.startswith("extra-library-path=")) {
121 extra.push_back(opt);
414 // Pass through extra options to the code generator.
415 if (!options::extra.empty()) {
416 for (std::vector<std::string>::iterator it = options::extra.begin();
417 it != options::extra.end(); ++it) {
458 (*message)(LDPL_ERROR, "Unable to set the extra library path.");
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnrss.el56 ;; (num timestamp url subject author date extra)
73 To use the description in headers, put this name into `nnmail-extra-headers'.")
77 To use the description in headers, put this name into `nnmail-extra-headers'.")
143 nnmail-extra-headers))
151 nnmail-extra-headers))
456 (defvar nnrss-extra-categories '(nnrss-snarf-moreover-categories))
459 (when (y-or-n-p "Fetch extra categories? ")
460 (dolist (func nnrss-extra-categories)
661 (let (file xml subject url extra changed author date feed-subject
697 (setq extra (o
[all...]
/macosx-10.10.1/less-25/less/
H A Dcommand.c921 char *extra; local
1036 extra = NULL;
1037 action = fcmd_decode(cbuf, &extra);
1039 * If an "extra" string was returned,
1042 if (extra != NULL)
1043 ungetsc(extra);
1305 if (extra != NULL)
1306 quit(*extra);
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_study.c269 an extra two bytes of parameters. */
887 pcre_extra *extra; local
953 extra = (pcre_extra *)(pcre_malloc)
956 if (extra == NULL)
962 study = (pcre_study_data *)((char *)extra + sizeof(pcre_extra));
963 extra->flags = PCRE_EXTRA_STUDY_DATA;
964 extra->study_data = study;
981 return extra;
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dvoucher.c100 mach_voucher_attr_recipe_size_t extra)
108 recipes_size = (priority||activities||extra) ? _voucher_recipes_size() : 0;
110 voucher_size = sizeof(voucher_s) + recipes_size + bits_size + extra;
113 voucher->v_recipe_extra_size = extra;
114 voucher->v_recipe_extra_offset = voucher_size - extra;
116 dispatch_assert(!extra);
132 mach_voucher_attr_recipe_size_t extra = recipe ? recipe->vr_size : 0; local
133 voucher_t voucher = _voucher_alloc(0, 0, extra);
134 if (extra) {
135 memcpy(_voucher_extra_recipes(voucher), recipe->vr_data, extra); local
99 _voucher_alloc(unsigned int activities, pthread_priority_t priority, mach_voucher_attr_recipe_size_t extra) argument
509 mach_voucher_attr_recipe_size_t extra = ov ? _voucher_extra_size(ov) : 0; local
512 memcpy(_voucher_extra_recipes(v), _voucher_extra_recipes(ov), extra); local
579 mach_voucher_attr_recipe_size_t extra = _voucher_extra_size(ov); local
582 memcpy(_voucher_extra_recipes(v), _voucher_extra_recipes(ov), extra); local
2314 mach_voucher_attr_recipe_size_t extra = ov ? _voucher_extra_size(ov) : 0; local
2317 memcpy(_voucher_extra_recipes(v), _voucher_extra_recipes(ov), extra); local
2378 mach_voucher_attr_recipe_size_t extra = _voucher_extra_size(v); local
2384 memcpy(_voucher_extra_recipes(nv), _voucher_extra_recipes(v),extra); local
[all...]
/macosx-10.10.1/libxslt-13/libxslt/doc/
H A Dapibuild.py68 info=None, extra=None):
73 self.extra = extra
85 if self.extra != None:
86 r = r + " " + `self.extra`
96 def set_extra(self, extra):
97 self.extra = extra
114 return self.extra
118 def update(self, module, type = None, info = None, extra
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dregcomp.c37 void *extra);
40 void *extra);
41 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
42 static reg_errcode_t lower_subexps (void *extra, bin_tree_t *node);
45 static reg_errcode_t calc_first (void *extra, bin_tree_t *node);
46 static reg_errcode_t calc_next (void *extra, bin_tree_t *node);
47 static reg_errcode_t link_nfa_nodes (void *extra, bin_tree_t *node);
110 const unsigned char *extra,
120 static reg_errcode_t free_tree (void *extra, bin_tree_t *node);
121 static reg_errcode_t mark_opt_subexp (void *extra, bin_tree_
1178 postorder(bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), void *extra) argument
1210 preorder(bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), void *extra) argument
1243 optimize_subexps(void *extra, bin_tree_t *node) argument
1274 lower_subexps(void *extra, bin_tree_t *node) argument
1333 calc_first(void *extra, bin_tree_t *node) argument
1353 calc_next(void *extra, bin_tree_t *node) argument
1376 link_nfa_nodes(void *extra, bin_tree_t *node) argument
2743 const unsigned char *extra; local
3391 const unsigned char *weights, *extra, *cp; local
3554 build_charclass_op(re_dfa_t *dfa, RE_TRANSLATE_TYPE trans, const unsigned char *class_name, const unsigned char *extra, bool non_match, reg_errcode_t *err) argument
3755 mark_opt_subexp(void *extra, bin_tree_t *node) argument
3782 free_tree(void *extra, bin_tree_t *node) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-ISO8601-0.07/lib/DateTime/Format/
H A DISO8601.pm537 extra => { time_zone => 'UTC' },
550 extra => { time_zone => 'UTC' },
565 extra => { time_zone => 'UTC' },
577 extra => { time_zone => 'UTC' },
634 extra => { time_zone => 'floating' },
642 extra => { time_zone => 'floating' },
654 extra => { time_zone => 'UTC' },
663 extra => { time_zone => 'UTC' },
707 extra => { time_zone => 'floating' },
716 extra
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_utfconv.c198 int extra = 0; local
208 if (extra > 0) {
209 --extra;
221 extra = unicode_decompose(ucs_ch, sequence) - 1;
222 charcnt += extra;
268 int extra = 0; local
283 if (extra > 0) {
284 --extra;
290 extra = unicode_decompose(ucs_ch, sequence) - 1;
291 charcnt += extra;
[all...]
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dinflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
678 state->head->extra = Z_NULL;
686 state->head->extra != Z_NULL) {
688 zmemcpy(state->head->extra + len, next,
991 state->extra = (unsigned)(this.op) & 15;
994 if (state->extra) {
995 NEEDBITS(state->extra);
996 state->length += BITS(state->extra);
997 DROPBITS(state->extra);
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dinflate.c46 * - Remove unnecessary second byte pull from length extra in inffast.c
61 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
707 state->head->extra = Z_NULL;
715 state->head->extra != Z_NULL) {
717 zmemcpy(state->head->extra + len, next,
1020 state->extra = (unsigned)(this.op) & 15;
1023 if (state->extra) {
1024 NEEDBITS(state->extra);
1025 state->length += BITS(state->extra);
1026 DROPBITS(state->extra);
[all...]
/macosx-10.10.1/mail_cmds-30/mail/
H A Dnames.c581 int t, extra, metoo, verbose; local
587 * Compute the number of extra arguments we will need.
588 * We need at least two extra -- one for "mail" and one for
592 extra = 2;
593 extra++;
596 extra++;
599 extra++;
600 top = (char **)salloc((t + extra) * sizeof(*top));
/macosx-10.10.1/rsync-45/rsync/testsuite/
H A Dexclude.test68 - extra
77 echo expunged >"$fromdir/mid/for/foo/extra"
102 - /mid/for/foo/extra
121 rm "$chkdir"/mid/for/foo/extra
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl248 set extra {}
249 if [string equal $relative {}] {eval set extra \"-cache \$[namespace current]::cache(\$root)\"}
255 array set attributes "[FileAttributes $path $root $relative $actualpath] $extra"
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds3_both.c626 unsigned int extra,headerlen; local
637 extra=SSL3_RT_MAX_EXTRA;
639 extra=0;
640 len = SSL3_RT_MAX_PACKET_SIZE + extra;
650 len += headerlen + 256; /* extra space for empty fragment */
H A Ds3_pkt.c182 * 'newb' extra ones at the end */
250 size_t extra; local
256 extra=SSL3_RT_MAX_EXTRA;
258 extra=0;
259 if (extra != s->s3->rbuf.len - SSL3_RT_MAX_PACKET_SIZE)
305 if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH+extra)
345 if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH+extra)
425 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+extra+mac_size)
444 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+extra)
458 if (rr->length > SSL3_RT_MAX_PLAIN_LENGTH+extra)
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dcache.c202 int i, extra = 0; local
252 extra = 1;
254 cache->db_argc = db_argc + extra;
269 for (i = extra; i < cache->db_argc; i++) {
271 db_argv[i - extra]);
318 for (i = extra; i < cache->db_argc; i++)
374 int extra = 0; local
376 extra = 1;
377 for (i = extra; i < cache->db_argc; i++)
/macosx-10.10.1/libclosure-65/RewriterBlockTest/
H A Dsimpleblock.cpp37 unsigned long extra[5]; member in struct:__objcFastEnumerationState
/macosx-10.10.1/libxslt-13/libxslt/libexslt/
H A Dcommon.c19 #include <libxslt/extra.h>

Completed in 204 milliseconds

1234567891011>>