Searched defs:copy (Results 1 - 5 of 5) sorted by relevance

/httpd/modules/ldap/
H A Dutil_ldap_cache.h6 * the License. You may obtain a copy of the License at
51 void * (*copy)(util_ald_cache_t *cache, void *); /* Func to alloc mem and copy payload to new mem */ member in struct:util_ald_cache
/httpd/modules/http/
H A Dbyterange_filter.c6 * the License. You may obtain a copy of the License at
336 apr_bucket *copy; local
338 rv = apr_bucket_copy(e, &copy);
344 APR_BRIGADE_INSERT_TAIL(bbout, copy);
347 rv = apr_bucket_split(copy, (apr_size_t)(start64 - off_first));
352 out_first = APR_BUCKET_NEXT(copy);
353 apr_bucket_delete(copy);
356 out_first = copy;
362 copy = out_first;
365 rv = apr_bucket_split(copy, (apr_size_
[all...]
/httpd/modules/filters/
H A Dmod_substitute.c6 * the License. You may obtain a copy of the License at
168 * Instead we copy over what the buckets would
214 char *copy = ap_varbuf_pdup(pool, &vb, NULL, 0, local
216 tmp_b = apr_bucket_pool_create(copy, len, pool,
252 /* copy bytes before the match */
290 char *copy; local
294 copy = ap_varbuf_pdup(pool, &vb, NULL, 0, pos, left,
296 tmp_b = apr_bucket_pool_create(copy, len, pool,
/httpd/modules/mappers/
H A Dmod_rewrite.c6 * the License. You may obtain a copy of the License at
640 char *copy = apr_palloc(p, 3 * strlen(path) + 3); local
642 unsigned char *d = (unsigned char *)copy;
678 return copy;
1028 * We need to copy the key and the value into OUR pool,
1065 /* copy the cached value into the supplied pool,
2417 /* not for us, just copy it */
3303 * a1 .. a3 are substrings of str, which is a fresh copy
/httpd/server/
H A Dutil.c6 * the License. You may obtain a copy of the License at
594 * copy at most n leading directories of s into d
1224 /* Scan the token again, but this time copy only the good bytes.
1867 AP_DECLARE(char *) ap_escape_path_segment_buffer(char *copy, const char *segment) argument
1870 unsigned char *d = (unsigned char *)copy;
1883 return copy;
1897 char *copy = apr_palloc(p, 3 * strlen(path) + 3 + 1); local
1899 unsigned char *d = (unsigned char *)copy;
1921 return copy;
1924 AP_DECLARE(char *) ap_escape_urlencoded_buffer(char *copy, cons argument
[all...]

Completed in 77 milliseconds