Searched refs:copy (Results 1 - 17 of 17) sorted by relevance
/httpd/build/ |
H A D | cpR_noreplace.pl | 8 # the License. You may obtain a copy of the License at 49 copy($File::Find::name, $destfile) or die "Copy $File::Find::name->$destfile failed: $!";
|
H A D | library.mk | 6 # the License. You may obtain a copy of the License at
|
H A D | ltlib.mk | 6 # the License. You may obtain a copy of the License at
|
H A D | program.mk | 6 # the License. You may obtain a copy of the License at
|
H A D | special.mk | 6 # the License. You may obtain a copy of the License at
|
/httpd/modules/http/ |
H A D | byterange_filter.c | 6 * the License. You may obtain a copy of the License at 336 apr_bucket *copy; local 338 rv = apr_bucket_copy(e, ©); 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/lua/test/htdocs/ |
H A D | config_tests.lua | 6 -- the License. You may obtain a copy of the License at
|
H A D | other.lua | 6 -- the License. You may obtain a copy of the License at
|
H A D | test.lua | 6 -- the License. You may obtain a copy of the License at
|
/httpd/modules/lua/test/lib/ |
H A D | kangaroo.lua | 6 -- the License. You may obtain a copy of the License at
|
/httpd/modules/lua/test/ |
H A D | moonunit.lua | 6 -- the License. You may obtain a copy of the License at
|
H A D | test.lua | 8 -- the License. You may obtain a copy of the License at
|
/httpd/modules/filters/ |
H A D | mod_substitute.c | 6 * 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/ldap/ |
H A D | util_ldap_cache.h | 6 * 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
|
H A D | util_ldap_cache_mgr.c | 6 * the License. You may obtain a copy of the License at 143 * Returns: ptr to a new copy of the subgroupList or NULL if allocation failed. 380 cache->copy = copyfunc; 500 /* Take a copy of the payload before proceeeding. */ 501 tmp_payload = (*cache->copy)(cache, payload); 519 tmp_payload = (*cache->copy)(cache, payload);
|
/httpd/server/ |
H A D | util.c | 6 * 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...] |
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 6 * 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
|
Completed in 4692 milliseconds