Searched refs:apr_pstrdup (Results 26 - 50 of 195) sorted by relevance

12345678

/macosx-10.10.1/apr-32/apr/apr/file_io/netware/
H A Dfilestat.c241 apr_pool_tag(gPool, apr_pstrdup(gPool, "cstat_mem_pool"));
280 pinfo = apr_pstrdup (p, ".");
283 pinfo = apr_pstrdup (p, ptr);
302 apr_hash_set(statCache, apr_pstrdup(gPool,ppath) , APR_HASH_KEY_STRING, (void*)pathctx);
336 finfo->name = apr_pstrdup(pool, info.st_name);
/macosx-10.10.1/apr-32/apr-util/apr-util/uri/
H A Dapr_uri.c775 uptr->fragment = apr_pstrdup(p, s1 + 1);
779 uptr->query = apr_pstrdup(p, s);
784 uptr->fragment = apr_pstrdup(p, s + 1);
930 uptr->hostinfo = apr_pstrdup(p, hostinfo);
953 uptr->port_str = apr_pstrdup(p, s);
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authnz_ldap.c125 return apr_pstrdup(p, "ISO-8859-1");
135 charset = apr_pstrdup(p, charset);
148 lang_line = apr_pstrdup(r->pool, lang_line);
222 user = apr_pstrdup (r->pool, sent_user);
228 filter = apr_pstrdup (r->pool, sent_filter);
244 user = apr_pstrdup(r->pool, outbuf);
384 r->user = (char *)apr_pstrdup(r->pool, vals[i]);
571 req->dn = apr_pstrdup(r->pool, dn);
572 req->user = apr_pstrdup(r->pool, user);
573 req->password = apr_pstrdup(
[all...]
H A Dmod_authn_anon.c106 conf->users->user = apr_pstrdup(cmd->pool, arg);
/macosx-10.10.1/apr-32/apr/apr/file_io/os2/
H A Dpipe.c81 (*in)->fname = apr_pstrdup(pool, pipename);
93 (*out)->fname = apr_pstrdup(pool, pipename);
/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dfiledup.c71 (*new_file)->fname = apr_pstrdup(p, old_file->fname);
165 (*new_file)->fname = apr_pstrdup(p, old_file->fname);
H A Dfilepath.c48 *defpath = apr_pstrdup(p, path);
70 *rootpath = apr_pstrdup(p, "/");
H A Dmktemp.c204 (*fp)->fname = apr_pstrdup(p, template);
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_speling.c248 bad = apr_pstrdup(r->pool, r->filename + filoc + 1);
297 sp_new->name = apr_pstrdup(r->pool, dirent.name);
310 sp_new->name = apr_pstrdup(r->pool, dirent.name);
356 sp_new->name = apr_pstrdup(r->pool, dirent.name);
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr_strings.h95 APR_DECLARE(char *) apr_pstrdup(apr_pool_t *p, const char *s);
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dmod_socache_memcache.c76 ctx->servers = apr_pstrdup(p, arg);
96 cache_config = apr_pstrdup(p, ctx->servers);
112 cache_config = apr_pstrdup(p, ctx->servers);
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_cern_meta.c251 tmp = apr_pstrdup(r->pool, l);
257 r->status_line = apr_pstrdup(r->pool, l);
298 scrap_book = apr_pstrdup(r->pool, r->filename);
H A Dmod_env.c101 apr_table_setn(vars, arg, apr_pstrdup(cmd->pool, env_var));
/macosx-10.10.1/apache-793/httpd/support/
H A Dhttxt2dbm.c231 format = apr_pstrdup(pool, opt_arg);
239 input = apr_pstrdup(pool, opt_arg);
247 output = apr_pstrdup(pool, opt_arg);
H A Dhtpasswd.c228 *pwfilename = apr_pstrdup(pool, argv[i++]);
235 *user = apr_pstrdup(pool, argv[i++]);
247 ctx->passwd = apr_pstrdup(pool, argv[i]);
/macosx-10.10.1/apr-32/apr/apr/file_io/win32/
H A Dfiledup.c45 (*new_file)->fname = apr_pstrdup(p, old_file->fname);
169 new_file->fname = apr_pstrdup(new_file->pool, old_file->fname);
208 (*new_file)->fname = apr_pstrdup(p, old_file->fname);
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_expr_scan.c1002 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
1036 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
1104 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
1134 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
1182 yylval->cpVal = apr_pstrdup(yyextra->pool, yytext);
1219 yylval->cpVal = apr_pstrdup(yyextra->pool, str_buf);
1271 yylval->cpVal = apr_pstrdup(yyextra->pool, regex_buf);
1281 yylval->cpVal = apr_pstrdup(yyextra->pool, regex_buf);
1290 yylval->cpVal = apr_pstrdup(yyextra->pool, regex_buf);
1448 yylval->cpVal = apr_pstrdup(yyextr
[all...]
H A Dutil_script.c205 apr_table_addn(e, "PATH", apr_pstrdup(r->pool, env_temp));
248 apr_table_addn(e, "SCRIPT_FILENAME", apr_pstrdup(r->pool, r->filename));
275 apr_table_addn(e, "REMOTE_IDENT", apr_pstrdup(r->pool, env_temp));
583 tmp = apr_pstrdup(r->pool, l);
602 r->status_line = apr_pstrdup(r->pool, l);
847 argstr_to_table(apr_pstrdup(r->pool, r->args), t);
H A Dmain.c502 *new = apr_pstrdup(pcommands, opt_arg);
507 *new = apr_pstrdup(pcommands, opt_arg);
516 *new = apr_pstrdup(pcommands, opt_arg);
534 temp_error_log = apr_pstrdup(process->pool, opt_arg);
/macosx-10.10.1/apr-32/apr/apr/locks/unix/
H A Dproc_mutex.c134 new_mutex->fname = apr_pstrdup(new_mutex->pool, semname);
548 new_mutex->fname = apr_pstrdup(new_mutex->pool, fname);
555 new_mutex->fname = apr_pstrdup(new_mutex->pool, "/tmp/aprXXXXXX");
668 new_mutex->fname = apr_pstrdup(new_mutex->pool, fname);
675 new_mutex->fname = apr_pstrdup(new_mutex->pool, "/tmp/aprXXXXXX");
751 new_mutex->fname = apr_pstrdup(pool, fname);
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestfileinfo.c119 str = apr_pstrdup(p, "APR_INCOMPLETE: Missing ");
140 str = apr_pstrdup(p, "APR_INCOMPLETE: Missing ");
226 str = apr_pstrdup(p, "APR_INCOMPLETE: Missing ");
/macosx-10.10.1/apache-793/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_heartbeat.c181 argstr_to_table(pool, apr_pstrdup(pool, t), hbt);
222 server->ip = apr_pstrdup(pool, slotserver->ip);
422 ps->path = apr_pstrdup(p, overrides->path);
425 ps->path = apr_pstrdup(p, base->path);
/macosx-10.10.1/apache-793/httpd/os/win32/
H A Dutil_win32.c62 *binpath = apr_pstrdup(p, pathbuf);
/macosx-10.10.1/apr-32/apr/apr/dso/os2/
H A Ddso.c55 (*res_handle)->failed_module = apr_pstrdup(ctx, failed_module);
/macosx-10.10.1/apr-32/apr-util/apr-util/misc/
H A Dapu_dso.c201 module = apr_pstrdup(global, module);

Completed in 299 milliseconds

12345678