Searched refs:elts (Results 1 - 25 of 108) sorted by relevance

12345

/macosx-10.9.5/patch_cmds-17/diffstat/porting/
H A Dsystem.h66 #define typeCalloc(type,elts) (type *)(elts)
68 #define typeCalloc(type,elts) (type *)calloc(elts,sizeof(type))
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/unix/
H A Dfilepath_util.c36 apr_array_header_t *elts; local
51 elts = apr_array_make(p, nelts, sizeof(char*));
57 *(char**)apr_array_push(elts) = part;
61 *pathelts = elts;
82 path_size += strlen(((char**)pathelts->elts)[i]);
99 const char *part = ((char**)pathelts->elts)[i];
/macosx-10.9.5/apr-30/apr/apr/file_io/unix/
H A Dfilepath_util.c36 apr_array_header_t *elts; local
51 elts = apr_array_make(p, nelts, sizeof(char*));
57 *(char**)apr_array_push(elts) = part;
61 *pathelts = elts;
82 path_size += strlen(((char**)pathelts->elts)[i]);
99 const char *part = ((char**)pathelts->elts)[i];
/macosx-10.9.5/ncurses-42/ncurses/include/
H A Dnc_alloc.h98 #define typeMalloc(type,elts) (type *)malloc((elts)*sizeof(type))
99 #define typeCalloc(type,elts) (type *)calloc((elts),sizeof(type))
100 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (elts)*sizeof(type))
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/tables/
H A Dapr_tables.c59 * array of zero elts.
66 res->elts = apr_pcalloc(p, nelts * elt_size);
69 res->elts = apr_palloc(p, nelts * elt_size);
104 return arr->elts + (arr->elt_size * (--arr->nelts));
115 memcpy(new_data, arr->elts, arr->nalloc * arr->elt_size);
118 arr->elts = new_data;
123 return arr->elts + (arr->elt_size * (arr->nelts - 1));
134 memcpy(new_data, arr->elts, arr->nalloc * arr->elt_size);
135 arr->elts = new_data;
140 return arr->elts
429 apr_table_entry_t *elts = (apr_table_entry_t *) array->elts; local
783 apr_table_entry_t *elts; local
803 apr_table_entry_t *elts; local
955 apr_table_entry_t *elts = (apr_table_entry_t *) t->a.elts; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/tables/
H A Dapr_tables.c59 * array of zero elts.
66 res->elts = apr_pcalloc(p, nelts * elt_size);
69 res->elts = apr_palloc(p, nelts * elt_size);
104 return arr->elts + (arr->elt_size * (--arr->nelts));
115 memcpy(new_data, arr->elts, arr->nalloc * arr->elt_size);
118 arr->elts = new_data;
123 return arr->elts + (arr->elt_size * (arr->nelts - 1));
134 memcpy(new_data, arr->elts, arr->nalloc * arr->elt_size);
135 arr->elts = new_data;
140 return arr->elts
429 apr_table_entry_t *elts = (apr_table_entry_t *) array->elts; local
780 apr_table_entry_t *elts; local
800 apr_table_entry_t *elts; local
952 apr_table_entry_t *elts = (apr_table_entry_t *) t->a.elts; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_env.c53 const apr_table_entry_t *elts; local
73 elts = (const apr_table_entry_t *)arr->elts;
76 apr_table_unset(res->vars, elts[i].key);
82 elts = (const apr_table_entry_t *)arr->elts;
85 apr_table_setn(res->vars, elts[i].key, elts[i].val);
H A Dmod_setenvif.c274 entries = (sei_entry *) sconf->conditionals->elts;
451 const apr_table_entry_t *elts; local
468 entries = (sei_entry *) sconf->conditionals->elts;
510 elts = (const apr_table_entry_t *) arr->elts;
513 if (!ap_regexec(b->pnamereg, elts[j].key, 0, NULL, 0)) {
514 val = elts[j].val;
544 elts = (const apr_table_entry_t *) arr->elts;
547 if (*(elts[
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dja-dic-utl.el133 elts)
136 (setq elts (split-char ch))
137 (if (and (eq (car elts) 'japanese-jisx0208)
138 (= (nth 1 elts) skkdic-jisx0208-hiragana-block))
139 (aset vec i (- (nth 2 elts) 32))
/macosx-10.9.5/apache-786.1/httpd/modules/arch/win32/
H A Dmod_win32.c381 const apr_table_entry_t *elts = (apr_table_entry_t *) elts_arr->elts; local
522 args)->elts);
534 if (win_nt && elts[i].key && *elts[i].key && *elts[i].val
535 && !(strncmp(elts[i].key, "REMOTE_", 7) == 0
536 || strcmp(elts[i].key, "GATEWAY_INTERFACE") == 0
537 || strcmp(elts[i].key, "REQUEST_METHOD") == 0
538 || strcmp(elts[
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dlistenlist.c67 ISC_LIST_INIT(list->elts);
75 for (elt = ISC_LIST_HEAD(list->elts);
127 ISC_LIST_APPEND(list->elts, elt, link);
/macosx-10.9.5/bind9-45.100/bind9/bin/named/include/named/
H A Dlistenlist.h56 ISC_LIST(ns_listenelt_t) elts; member in struct:ns_listenlist
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dajp_header.c222 const apr_table_entry_t *elts = (const apr_table_entry_t *)arr->elts; local
265 const apr_table_entry_t *elts = (apr_table_entry_t *)t->elts; local
267 if ((sc = sc_for_req_header(elts[i].key)) != UNKNOWN_METHOD) {
276 if (ajp_msg_append_string(msg, elts[i].key)) {
284 if (ajp_msg_append_string(msg, elts[i].val)) {
292 i, elts[i].key, elts[i].val);
441 if (!strncmp(elts[
[all...]
H A Dmod_proxy_balancer.c88 workers = (proxy_worker *)balancer->workers->elts;
203 worker = (proxy_worker *)balancer->workers->elts;
405 worker = (proxy_worker *)balancer->workers->elts;
423 worker = (proxy_worker *)balancer->workers->elts;
489 workers = (proxy_worker *)(*balancer)->workers->elts;
516 workers = (proxy_worker *)(*balancer)->workers->elts;
618 int val = ((int *)balancer->errstatuses->elts)[i];
661 workers = (proxy_worker *)balancer->workers->elts;
758 worker = (proxy_worker *)bsel->workers->elts;
814 balancer = (proxy_balancer *)conf->balancers->elts;
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestpath.c58 ABTS_STR_EQUAL(tc, parts_out[i], ((char**)pathelts->elts)[i]);
78 ABTS_STR_EQUAL(tc, parts_in[i], *(char**)pathelts->elts);
112 *(const char**)pathelts->elts = parts_in[i];
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestpath.c58 ABTS_STR_EQUAL(tc, parts_out[i], ((char**)pathelts->elts)[i]);
78 ABTS_STR_EQUAL(tc, parts_in[i], *(char**)pathelts->elts);
112 *(const char**)pathelts->elts = parts_in[i];
/macosx-10.9.5/apache_mod_hfs_apple-14/
H A Dmod_hfs_apple2.c122 dir_rec *entry = ((dir_rec**) directories->elts)[i];
157 void **sec = (void**) sconf->sec_dir->elts;
353 dir_rec *entry = ((dir_rec**) directories->elts)[i];
386 r->filename, ((dir_rec**) directories->elts)[found]->dir_path, max_n_matches);
388 if (strncmp(((dir_rec**) directories->elts)[found]->dir_path,
393 ((dir_rec**) directories->elts)[found]->dir_path);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_tables.h72 char *elts; member in struct:apr_array_header_t
141 #define APR_ARRAY_IDX(ary,i,type) (((type *)(ary)->elts)[i])
445 * apr_table_entry_t *belt = (apr_table_entry_t *)barr->elts;
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_tables.h72 char *elts; member in struct:apr_array_header_t
141 #define APR_ARRAY_IDX(ary,i,type) (((type *)(ary)->elts)[i])
445 * apr_table_entry_t *belt = (apr_table_entry_t *)barr->elts;
/macosx-10.9.5/apache-786.1/httpd/modules/generators/
H A Dmod_info.c276 hook_struct_t *elts; local
282 elts = (hook_struct_t *) hooks->elts;
285 if (strcmp(elts[i].szName, modp->name) == 0) {
328 info_entry *entry = (info_entry *) conf->more_info->elts;
558 hook_struct_t *elts; local
572 elts = (hook_struct_t *) hooks->elts;
577 elts[i].nOrder, qs, elts[
[all...]
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dap_regkey.h193 * @param elts The number of elements in the elts string array
199 const char * const * elts,
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_authz_default.c68 reqs = (require_line *)reqs_arr->elts;
H A Dmod_authz_user.c70 reqs = (require_line *)reqs_arr->elts;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_optional_hooks.h101 pHook=(ns##_LINK_##name##_t *)pHookArray->elts; \
/macosx-10.9.5/apr-30/apr-util/apr-util/include/
H A Dapr_optional_hooks.h101 pHook=(ns##_LINK_##name##_t *)pHookArray->elts; \

Completed in 311 milliseconds

12345