Searched defs:contents (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/ssl/
H A Dssl_ct_util.c189 char **contents,
197 *contents = NULL;
225 *contents = apr_palloc(p, nbytes);
226 rv = apr_file_read_full(f, *contents, nbytes, contents_size);
185 ctutil_read_file(apr_pool_t *p, server_rec *s, const char *fn, apr_off_t limit, char **contents, apr_size_t *contents_size) argument
H A Dmod_ssl_ct.c650 char *contents, *listfile; local
670 rv = ctutil_read_file(p, s, listfile, MAX_LOGLIST_SIZE, &contents, &contents_size);
675 ctutil_buffer_to_array(p, contents, contents_size, &old_urls);
/httpd/modules/core/
H A Dmod_macro.c57 this is a macro: name, arguments, contents, location.
63 apr_array_header_t *contents; /* of char*, macro body */ member in struct:__anon95
449 perform substitutions in a macro contents and
460 apr_array_header_t *contents = macro->contents; local
465 *result = apr_array_make(pool, contents->nelts, sizeof(char *));
469 for (i = 0; i < contents->nelts; i++) {
472 strncpy(line, ((char **) contents->elts)[i], MAX_STRING_LEN - 1);
502 if (macro->contents->nelts == 0) {
504 "macro '%s' (%s): empty contents!",
559 apr_array_header_t *contents; /* array of char * */ member in struct:__anon96
661 make_array_config(apr_pool_t * pool, apr_array_header_t * contents, const char *where, ap_configfile_t * cfg, ap_configfile_t ** upper) argument
806 apr_array_header_t *contents; local
[all...]

Completed in 50 milliseconds