Home
last modified time | relevance | path

Searched refs:apr_pmemdup (Results 1 – 16 of 16) sorted by relevance

/external/cronet/tot/third_party/apache-portable-runtime/src/strings/
Dapr_strings.c78 res = apr_pmemdup(a, s, len); in apr_pstrdup()
112 APR_DECLARE(void *) apr_pmemdup(apr_pool_t *a, const void *m, apr_size_t n) in apr_pmemdup() function
/external/cronet/stable/third_party/apache-portable-runtime/src/strings/
Dapr_strings.c78 res = apr_pmemdup(a, s, len); in apr_pstrdup()
112 APR_DECLARE(void *) apr_pmemdup(apr_pool_t *a, const void *m, apr_size_t n) in apr_pmemdup() function
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_strings.h135 APR_DECLARE(void *) apr_pmemdup(apr_pool_t *p, const void *m, apr_size_t n)
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_strings.h135 APR_DECLARE(void *) apr_pmemdup(apr_pool_t *p, const void *m, apr_size_t n)
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/os2/
Dfiledup.c89 *new_file = (apr_file_t *)apr_pmemdup(p, old_file, sizeof(apr_file_t)); in apr_file_setaside()
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/os2/
Dfiledup.c89 *new_file = (apr_file_t *)apr_pmemdup(p, old_file, sizeof(apr_file_t)); in apr_file_setaside()
/external/cronet/stable/third_party/apache-portable-runtime/src/mmap/unix/
Dmmap.c157 *new_mmap = (apr_mmap_t *)apr_pmemdup(p, old_mmap, sizeof(apr_mmap_t)); in apr_mmap_dup()
/external/cronet/tot/third_party/apache-portable-runtime/src/mmap/unix/
Dmmap.c157 *new_mmap = (apr_mmap_t *)apr_pmemdup(p, old_mmap, sizeof(apr_mmap_t)); in apr_mmap_dup()
/external/cronet/stable/third_party/apache-portable-runtime/src/mmap/win32/
Dmmap.c146 *new_mmap = (apr_mmap_t *)apr_pmemdup(p, old_mmap, sizeof(apr_mmap_t)); in apr_mmap_dup()
/external/cronet/tot/third_party/apache-portable-runtime/src/mmap/win32/
Dmmap.c146 *new_mmap = (apr_mmap_t *)apr_pmemdup(p, old_mmap, sizeof(apr_mmap_t)); in apr_mmap_dup()
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/unix/
Dfiledup.c144 *new_file = (apr_file_t *)apr_pmemdup(p, old_file, sizeof(apr_file_t)); in apr_file_setaside()
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/unix/
Dfiledup.c144 *new_file = (apr_file_t *)apr_pmemdup(p, old_file, sizeof(apr_file_t)); in apr_file_setaside()
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/win32/
Dfiledup.c193 *new_file = (apr_file_t *)apr_pmemdup(p, old_file, sizeof(apr_file_t)); in apr_file_setaside()
Dopen.c214 nfile = apr_pmemdup(pool, file, n); in res_name_from_filename()
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/win32/
Dfiledup.c193 *new_file = (apr_file_t *)apr_pmemdup(p, old_file, sizeof(apr_file_t)); in apr_file_setaside()
Dopen.c214 nfile = apr_pmemdup(pool, file, n); in res_name_from_filename()