Home
last modified time | relevance | path

Searched refs:apr_pstrdup (Results 1 – 25 of 106) sorted by relevance

12345

/external/cronet/tot/third_party/apache-portable-runtime/src/user/win32/
Duserinfo.c72 *dirname = apr_pstrdup(p, "/My Documents"); in apr_uid_homepath_get()
119 *dirname = apr_pstrdup(p, retdir); in apr_uid_homepath_get()
129 *dirname = apr_pstrdup(p, retdir); in apr_uid_homepath_get()
145 *dirname = apr_pstrdup(p, regkey); in apr_uid_homepath_get()
150 *dirname = apr_pstrdup(p, path); in apr_uid_homepath_get()
251 *username = apr_pstrdup(p, "Administrator"); in apr_uid_name_get()
263 *username = apr_pstrdup(p, name); in apr_uid_name_get()
Dgroupinfo.c72 *groupname = apr_pstrdup(p, "Administrators"); in apr_gid_name_get()
84 *groupname = apr_pstrdup(p, name); in apr_gid_name_get()
/external/cronet/stable/third_party/apache-portable-runtime/src/user/win32/
Duserinfo.c72 *dirname = apr_pstrdup(p, "/My Documents"); in apr_uid_homepath_get()
119 *dirname = apr_pstrdup(p, retdir); in apr_uid_homepath_get()
129 *dirname = apr_pstrdup(p, retdir); in apr_uid_homepath_get()
145 *dirname = apr_pstrdup(p, regkey); in apr_uid_homepath_get()
150 *dirname = apr_pstrdup(p, path); in apr_uid_homepath_get()
251 *username = apr_pstrdup(p, "Administrator"); in apr_uid_name_get()
263 *username = apr_pstrdup(p, name); in apr_uid_name_get()
Dgroupinfo.c72 *groupname = apr_pstrdup(p, "Administrators"); in apr_gid_name_get()
84 *groupname = apr_pstrdup(p, name); in apr_gid_name_get()
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/win32/
Dfilesys.c129 *rootpath = apr_pstrdup(p, path); in filepath_drive_get()
156 *rootpath = apr_pstrdup(p, (char*)wroot); in filepath_root_case()
166 *rootpath = apr_pstrdup(p, path); in filepath_root_case()
201 *rootpath = apr_pstrdup(p, path); in apr_filepath_get()
Dfiledup.c45 (*new_file)->fname = apr_pstrdup(p, old_file->fname); in apr_file_dup()
173 new_file->fname = apr_pstrdup(new_file->pool, old_file->fname); in apr_file_dup2()
211 (*new_file)->fname = apr_pstrdup(p, old_file->fname); in apr_file_setaside()
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/win32/
Dfilesys.c129 *rootpath = apr_pstrdup(p, path); in filepath_drive_get()
156 *rootpath = apr_pstrdup(p, (char*)wroot); in filepath_root_case()
166 *rootpath = apr_pstrdup(p, path); in filepath_root_case()
201 *rootpath = apr_pstrdup(p, path); in apr_filepath_get()
Dfiledup.c45 (*new_file)->fname = apr_pstrdup(p, old_file->fname); in apr_file_dup()
173 new_file->fname = apr_pstrdup(new_file->pool, old_file->fname); in apr_file_dup2()
211 (*new_file)->fname = apr_pstrdup(p, old_file->fname); in apr_file_setaside()
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/os2/
Dfilesys.c91 *rootpath = apr_pstrdup(p, path); in filepath_drive_get()
99 *rootpath = apr_pstrdup(p, root); in filepath_root_case()
123 *defpath = apr_pstrdup(p, path); in apr_filepath_get()
Dfiledup.c48 dup_file->fname = apr_pstrdup(dup_file->pool, old_file->fname); in file_dup()
111 (*new_file)->fname = apr_pstrdup(p, old_file->fname); in apr_file_setaside()
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/os2/
Dfilesys.c91 *rootpath = apr_pstrdup(p, path); in filepath_drive_get()
99 *rootpath = apr_pstrdup(p, root); in filepath_root_case()
123 *defpath = apr_pstrdup(p, path); in apr_filepath_get()
Dfiledup.c48 dup_file->fname = apr_pstrdup(dup_file->pool, old_file->fname); in file_dup()
111 (*new_file)->fname = apr_pstrdup(p, old_file->fname); in apr_file_setaside()
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/netware/
Dfilestat.c241 apr_pool_tag(gPool, apr_pstrdup(gPool, "cstat_mem_pool")); in cstat()
280 pinfo = apr_pstrdup (p, "."); in cstat()
283 pinfo = apr_pstrdup (p, ptr); in cstat()
302 … apr_hash_set(statCache, apr_pstrdup(gPool,ppath) , APR_HASH_KEY_STRING, (void*)pathctx); in cstat()
336 finfo->name = apr_pstrdup(pool, info.st_name); in apr_stat()
Dfilesys.c27 *rootpath = apr_pstrdup(p, root); in filepath_root_case()
88 *rootpath = apr_pstrdup(p, ptr); in apr_filepath_get()
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/netware/
Dfilestat.c241 apr_pool_tag(gPool, apr_pstrdup(gPool, "cstat_mem_pool")); in cstat()
280 pinfo = apr_pstrdup (p, "."); in cstat()
283 pinfo = apr_pstrdup (p, ptr); in cstat()
302 … apr_hash_set(statCache, apr_pstrdup(gPool,ppath) , APR_HASH_KEY_STRING, (void*)pathctx); in cstat()
336 finfo->name = apr_pstrdup(pool, info.st_name); in apr_stat()
Dfilesys.c27 *rootpath = apr_pstrdup(p, root); in filepath_root_case()
88 *rootpath = apr_pstrdup(p, ptr); in apr_filepath_get()
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestoc.c65 args[0] = apr_pstrdup(p, "occhild" EXTENSION); in test_child_kill()
66 args[1] = apr_pstrdup(p, "-X"); in test_child_kill()
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestoc.c65 args[0] = apr_pstrdup(p, "occhild" EXTENSION); in test_child_kill()
66 args[1] = apr_pstrdup(p, "-X"); in test_child_kill()
/external/cronet/tot/third_party/apache-portable-runtime/src/user/unix/
Duserinfo.c84 *dirname = apr_pstrdup(p, pw.pw_dir); in apr_uid_homepath_get()
144 *username = apr_pstrdup(p, pw->pw_name); in apr_uid_name_get()
/external/cronet/stable/third_party/apache-portable-runtime/src/user/unix/
Duserinfo.c84 *dirname = apr_pstrdup(p, pw.pw_dir); in apr_uid_homepath_get()
144 *username = apr_pstrdup(p, pw->pw_name); in apr_uid_name_get()
/external/cronet/stable/third_party/apache-portable-runtime/src/network_io/unix/
Dsockaddr.c440 new_sa->hostname = apr_pstrdup(p, hostname);
582 new_sa->hostname = apr_pstrdup(p, orig_hostname);
706 *hostname = sockaddr->hostname = apr_pstrdup(sockaddr->pool,
749 *hostname = sockaddr->hostname = apr_pstrdup(sockaddr->pool, hptr->h_name);
796 sockaddr->servname = apr_pstrdup(sockaddr->pool, servname);
803 sockaddr->servname = apr_pstrdup(sockaddr->pool, servname);
810 sockaddr->servname = apr_pstrdup(sockaddr->pool, servname);
818 sockaddr->servname = apr_pstrdup(sockaddr->pool, servname);
/external/cronet/tot/third_party/apache-portable-runtime/src/network_io/unix/
Dsockaddr.c440 new_sa->hostname = apr_pstrdup(p, hostname);
582 new_sa->hostname = apr_pstrdup(p, orig_hostname);
706 *hostname = sockaddr->hostname = apr_pstrdup(sockaddr->pool,
749 *hostname = sockaddr->hostname = apr_pstrdup(sockaddr->pool, hptr->h_name);
796 sockaddr->servname = apr_pstrdup(sockaddr->pool, servname);
803 sockaddr->servname = apr_pstrdup(sockaddr->pool, servname);
810 sockaddr->servname = apr_pstrdup(sockaddr->pool, servname);
818 sockaddr->servname = apr_pstrdup(sockaddr->pool, servname);
/external/cronet/stable/third_party/apache-portable-runtime/src/dso/netware/
Ddso.c94 (*res_handle)->path = apr_pstrdup(pool, fullpath); in apr_dso_load()
121 symbol->symbol = apr_pstrdup(handle->pool, symname); in apr_dso_sym()
/external/cronet/tot/third_party/apache-portable-runtime/src/dso/netware/
Ddso.c94 (*res_handle)->path = apr_pstrdup(pool, fullpath); in apr_dso_load()
121 symbol->symbol = apr_pstrdup(handle->pool, symname); in apr_dso_sym()
/external/cronet/tot/third_party/apache-portable-runtime/src/misc/win32/
Denv.c75 *value = apr_pstrdup(pool, ""); in apr_env_get()
103 *value = apr_pstrdup(pool, ""); in apr_env_get()

12345