Home
last modified time | relevance | path

Searched refs:temp_pool (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/java/java-subversion/subversion-1.14.1/tools/client-side/
H A Dmergeinfo-sanitizer.py174 ctx, hash_file, newmergeinfo_file, temp_pool): argument
182 mergeinfo, 1, temp_pool)
200 has_local_modification = check_local_modifications(wcpath, temp_pool)
242 def check_local_modifications(wcpath, temp_pool): argument
249 def get_original_mergeinfo(wcpath, revision, depth, ctx, temp_pool): argument
252 ctx, temp_pool)
282 temp_pool = core.svn_pool_create()
283 ctx = client.svn_client_create_context(temp_pool)
295 check_local_modifications(wcpath, temp_pool)
306 hash_file, newmergeinfo_file, temp_pool)
[all …]
/dports/devel/py-subversion/subversion-1.14.1/tools/client-side/
H A Dmergeinfo-sanitizer.py174 ctx, hash_file, newmergeinfo_file, temp_pool): argument
182 mergeinfo, 1, temp_pool)
200 has_local_modification = check_local_modifications(wcpath, temp_pool)
242 def check_local_modifications(wcpath, temp_pool): argument
249 def get_original_mergeinfo(wcpath, revision, depth, ctx, temp_pool): argument
252 ctx, temp_pool)
282 temp_pool = core.svn_pool_create()
283 ctx = client.svn_client_create_context(temp_pool)
295 check_local_modifications(wcpath, temp_pool)
306 hash_file, newmergeinfo_file, temp_pool)
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/client-side/
H A Dmergeinfo-sanitizer.py174 ctx, hash_file, newmergeinfo_file, temp_pool): argument
182 mergeinfo, 1, temp_pool)
200 has_local_modification = check_local_modifications(wcpath, temp_pool)
242 def check_local_modifications(wcpath, temp_pool): argument
249 def get_original_mergeinfo(wcpath, revision, depth, ctx, temp_pool): argument
252 ctx, temp_pool)
282 temp_pool = core.svn_pool_create()
283 ctx = client.svn_client_create_context(temp_pool)
295 check_local_modifications(wcpath, temp_pool)
306 hash_file, newmergeinfo_file, temp_pool)
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/tools/client-side/
H A Dmergeinfo-sanitizer.py174 ctx, hash_file, newmergeinfo_file, temp_pool):
182 mergeinfo, 1, temp_pool)
200 has_local_modification = check_local_modifications(wcpath, temp_pool)
242 def check_local_modifications(wcpath, temp_pool):
249 def get_original_mergeinfo(wcpath, revision, depth, ctx, temp_pool):
252 ctx, temp_pool)
282 temp_pool = core.svn_pool_create()
283 ctx = client.svn_client_create_context(temp_pool)
295 check_local_modifications(wcpath, temp_pool)
306 hash_file, newmergeinfo_file, temp_pool)
[all …]
/dports/www/nginx-full/ngx_dynamic_upstream-960eef2/src/
H A Dngx_http_dynamic_upstream_module.cpp512 if (temp_pool == NULL) { in ngx_dynamic_upstream_do_op()
539 ngx_pool_t *temp_pool; in ngx_dynamic_upstream_op() local
546 if (temp_pool != NULL) in ngx_dynamic_upstream_op()
558 ngx_pool_t *temp_pool; in ngx_dynamic_upstream_stream_op() local
565 if (temp_pool != NULL) in ngx_dynamic_upstream_stream_op()
795 ngx_pool_t *temp_pool) in ngx_http_dynamic_upstream_save() argument
913 ngx_pool_t *temp_pool; member
1078 if (temp_pool == NULL)
1088 ctx->temp_pool = temp_pool;
1106 ctx->temp_pool = temp_pool;
[all …]
H A Dngx_dynamic_upstream_op.cpp25 ngx_pool_t *temp_pool, ngx_log_t *log);
31 ngx_pool_t *temp_pool, ngx_log_t *log);
37 ngx_pool_t *temp_pool, ngx_log_t *log);
78 temp_pool, log); in ngx_dynamic_upstream_op_impl()
83 temp_pool, log); in ngx_dynamic_upstream_op_impl()
88 temp_pool, log); in ngx_dynamic_upstream_op_impl()
414 temp_pool, log); in ngx_dynamic_upstream_op_add_impl()
426 ngx_pool_t *temp_pool, ngx_log_t *log) in ngx_dynamic_upstream_op_add() argument
617 ngx_pool_t *temp_pool, ngx_log_t *log) in ngx_dynamic_upstream_op_sync() argument
868 ngx_pool_t *temp_pool, ngx_log_t *log) in ngx_dynamic_upstream_op_del() argument
[all …]
/dports/www/nginx-full/nginx-push-stream-module-0.5.4/src/
H A Dngx_http_push_stream_module_websocket.c110 requested_channels = ngx_http_push_stream_parse_channels_ids_from_path(r, ctx->temp_pool); in ngx_http_push_stream_websocket_handler()
147 if (ctx->temp_pool != NULL) { in ngx_http_push_stream_websocket_handler()
148 ngx_destroy_pool(ctx->temp_pool); in ngx_http_push_stream_websocket_handler()
149 ctx->temp_pool = NULL; in ngx_http_push_stream_websocket_handler()
162 …sha1_signed = ngx_http_push_stream_create_str(temp_pool, NGX_HTTP_PUSH_STREAM_WEBSOCKET_SHA1_SIGNE… in ngx_http_push_stream_generate_websocket_accept_value()
315 if (ctx->temp_pool == NULL) { in ngx_http_push_stream_websocket_reading()
316 if ((ctx->temp_pool = ngx_create_pool(4096, r->connection->log)) == NULL) { in ngx_http_push_stream_websocket_reading()
324 … if ((ctx->frame->payload = ngx_pcalloc(ctx->temp_pool, ctx->frame->payload_len)) == NULL) { in ngx_http_push_stream_websocket_reading()
387 if (ctx->temp_pool != NULL) { in ngx_http_push_stream_websocket_reading()
388 ngx_destroy_pool(ctx->temp_pool); in ngx_http_push_stream_websocket_reading()
[all …]
H A Dngx_http_push_stream_module_utils.c152 temp_pool = ngx_create_pool(4096, ngx_cycle->log); in ngx_http_push_stream_collect_deleted_channels_data()
185 if (temp_pool != NULL) { in ngx_http_push_stream_collect_deleted_channels_data()
186 ngx_destroy_pool(temp_pool); in ngx_http_push_stream_collect_deleted_channels_data()
454 if ((temp_pool == NULL) && ((temp_pool = ngx_create_pool(4096, log)) == NULL)) { in ngx_http_push_stream_send_event()
466 ngx_destroy_pool(temp_pool); in ngx_http_push_stream_send_event()
1007 ngx_pool_t *temp_pool = NULL; in ngx_http_push_stream_collect_expired_messages_and_empty_channels_data() local
1041 if (temp_pool != NULL) { in ngx_http_push_stream_collect_expired_messages_and_empty_channels_data()
1042 ngx_destroy_pool(temp_pool); in ngx_http_push_stream_collect_expired_messages_and_empty_channels_data()
1531 if (ctx->temp_pool != NULL) { in ngx_http_push_stream_cleanup_request_context()
1532 ngx_destroy_pool(ctx->temp_pool); in ngx_http_push_stream_cleanup_request_context()
[all …]
/dports/www/htdigest/httpd-2.4.6/modules/core/
H A Dmod_macro.c707 ap_macros = apr_hash_make(cmd->temp_pool); in macro_section()
783 return apr_psprintf(cmd->temp_pool, in macro_section()
791 return apr_psprintf(cmd->temp_pool, in macro_section()
821 name = ap_getword_conf(cmd->temp_pool, &arg); in use_macro()
844 return apr_psprintf(cmd->temp_pool, in use_macro()
850 replacements = get_arguments(cmd->temp_pool, arg); in use_macro()
853 return apr_psprintf(cmd->temp_pool, in use_macro()
860 where = apr_psprintf(cmd->temp_pool, in use_macro()
872 return apr_psprintf(cmd->temp_pool, in use_macro()
901 name = apr_pstrdup(cmd->temp_pool, arg); in undef_macro()
[all …]
/dports/www/htdigest/httpd-2.4.6/modules/metadata/
H A Dmod_version.c223 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2, in start_ifversion()
241 match = match_version(cmd->temp_pool, in start_ifversion()
242 apr_pstrmemdup(cmd->temp_pool, arg2, in start_ifversion()
251 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2, in start_ifversion()
262 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2, in start_ifversion()
288 retval = ap_build_cont_config(cmd->pool, cmd->temp_pool, cmd, in start_ifversion()
/dports/www/apache24/httpd-2.4.53/modules/metadata/
H A Dmod_version.c223 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2, in start_ifversion()
241 match = match_version(cmd->temp_pool, in start_ifversion()
242 apr_pstrmemdup(cmd->temp_pool, arg2, in start_ifversion()
251 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2, in start_ifversion()
262 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2, in start_ifversion()
288 retval = ap_build_cont_config(cmd->pool, cmd->temp_pool, cmd, in start_ifversion()
/dports/www/apache24/httpd-2.4.53/modules/core/
H A Dmod_macro.c780 return apr_psprintf(cmd->temp_pool, in macro_section()
785 errmsg = check_macro_contents(cmd->temp_pool, macro); in macro_section()
788 return apr_psprintf(cmd->temp_pool, in macro_section()
818 name = ap_getword_conf(cmd->temp_pool, &arg); in use_macro()
841 return apr_psprintf(cmd->temp_pool, in use_macro()
847 replacements = get_arguments(cmd->temp_pool, arg); in use_macro()
850 return apr_psprintf(cmd->temp_pool, in use_macro()
857 where = apr_psprintf(cmd->temp_pool, in use_macro()
869 return apr_psprintf(cmd->temp_pool, in use_macro()
898 name = apr_pstrdup(cmd->temp_pool, arg); in undef_macro()
[all …]
H A Dmod_watchdog.c115 apr_pool_t *temp_pool = NULL; in wd_worker() local
163 apr_pool_create(&temp_pool, w->pool); in wd_worker()
164 apr_pool_tag(temp_pool, "wd_running"); in wd_worker()
176 (void *)wl->data, temp_pool); in wd_worker()
179 apr_pool_clear(temp_pool); in wd_worker()
210 (void *)wl->data, temp_pool); in wd_worker()
229 ap_run_watchdog_step(wd_server_conf->s, w->name, temp_pool); in wd_worker()
233 apr_pool_clear(temp_pool); in wd_worker()
236 apr_pool_destroy(temp_pool); in wd_worker()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dtarget.c244 apr_pool_t *temp_pool; in svn_path_remove_redundancies() local
259 temp_pool = svn_pool_create(pool); in svn_path_remove_redundancies()
262 abs_targets = apr_array_make(temp_pool, targets->nelts, in svn_path_remove_redundancies()
289 SVN_ERR(svn_dirent_get_absolute(&abs_path, rel_path, temp_pool)); in svn_path_remove_redundancies()
309 child_relpath = svn_uri_skip_ancestor(keeper, abs_path, temp_pool); in svn_path_remove_redundancies()
329 svn_pool_destroy(temp_pool); in svn_path_remove_redundancies()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dtarget.c244 apr_pool_t *temp_pool; in svn_path_remove_redundancies() local
259 temp_pool = svn_pool_create(pool); in svn_path_remove_redundancies()
262 abs_targets = apr_array_make(temp_pool, targets->nelts, in svn_path_remove_redundancies()
289 SVN_ERR(svn_dirent_get_absolute(&abs_path, rel_path, temp_pool)); in svn_path_remove_redundancies()
309 child_relpath = svn_uri_skip_ancestor(keeper, abs_path, temp_pool); in svn_path_remove_redundancies()
329 svn_pool_destroy(temp_pool); in svn_path_remove_redundancies()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dtarget.c244 apr_pool_t *temp_pool; in svn_path_remove_redundancies() local
259 temp_pool = svn_pool_create(pool); in svn_path_remove_redundancies()
262 abs_targets = apr_array_make(temp_pool, targets->nelts, in svn_path_remove_redundancies()
289 SVN_ERR(svn_dirent_get_absolute(&abs_path, rel_path, temp_pool)); in svn_path_remove_redundancies()
309 child_relpath = svn_uri_skip_ancestor(keeper, abs_path, temp_pool); in svn_path_remove_redundancies()
329 svn_pool_destroy(temp_pool); in svn_path_remove_redundancies()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dtarget.c244 apr_pool_t *temp_pool; in svn_path_remove_redundancies() local
259 temp_pool = svn_pool_create(pool); in svn_path_remove_redundancies()
262 abs_targets = apr_array_make(temp_pool, targets->nelts, in svn_path_remove_redundancies()
289 SVN_ERR(svn_dirent_get_absolute(&abs_path, rel_path, temp_pool)); in svn_path_remove_redundancies()
309 child_relpath = svn_uri_skip_ancestor(keeper, abs_path, temp_pool); in svn_path_remove_redundancies()
329 svn_pool_destroy(temp_pool); in svn_path_remove_redundancies()
/dports/www/nginx-full/nginx-push-stream-module-0.5.4/include/
H A Dngx_http_push_stream_module_utils.h238 …id, ngx_str_t *event_id, ngx_str_t *event_type, time_t time, ngx_int_t tag, ngx_pool_t *temp_pool);
240 …ng_headers(ngx_http_request_t *r, time_t last_modified_time, ngx_int_t tag, ngx_pool_t *temp_pool);
246 …_str_t *org, const ngx_str_t *find, const ngx_str_t *replace, off_t offset, ngx_pool_t *temp_pool);
247 …const u_char *opcode, off_t opcode_len, const u_char *text, off_t text_len, ngx_pool_t *temp_pool);
249 …msg_t *message, ngx_str_t *text, ngx_http_push_stream_template_t *template, ngx_pool_t *temp_pool);
250 …y_template_to_each_line(ngx_str_t *text, const ngx_str_t *message_template, ngx_pool_t *temp_pool);
265 …len, ngx_str_t *event_id, ngx_str_t *event_type, ngx_flag_t store_messages, ngx_pool_t *temp_pool);
266 …x_log_t *log, ngx_http_push_stream_channel_t *channel, ngx_str_t *event_id, ngx_pool_t *temp_pool);
283 …_t *mcf, ngx_http_push_stream_channel_t *channel, u_char *text, size_t len, ngx_pool_t *temp_pool);
294 … ngx_http_push_stream_split_by_crlf(ngx_str_t *msg, ngx_pool_t *temp_pool);
[all …]
/dports/www/nginx-full/lua-nginx-module-0.10.19/src/
H A Dngx_http_lua_initworkerby.c96 conf.temp_pool = ngx_create_pool(NGX_CYCLE_POOL_SIZE, cycle->log); in ngx_http_lua_init_worker()
97 if (conf.temp_pool == NULL) { in ngx_http_lua_init_worker()
101 conf.temp_pool->log = cycle->log; in ngx_http_lua_init_worker()
257 ngx_destroy_pool(conf.temp_pool); in ngx_http_lua_init_worker()
258 conf.temp_pool = NULL; in ngx_http_lua_init_worker()
303 if (conf.temp_pool) { in ngx_http_lua_init_worker()
304 ngx_destroy_pool(conf.temp_pool); in ngx_http_lua_init_worker()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/core/
H A Dngx_hash.c496 if (ngx_array_init(&curr_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
503 if (ngx_array_init(&next_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
698 if (ngx_array_init(&ha->dns_wc_head, ha->temp_pool, asize, in ngx_hash_keys_array_init()
705 if (ngx_array_init(&ha->dns_wc_tail, ha->temp_pool, asize, in ngx_hash_keys_array_init()
717 ha->dns_wc_head_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
723 ha->dns_wc_tail_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
825 if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4, in ngx_hash_add_key()
894 name->data = ngx_pnalloc(ha->temp_pool, name->len); in ngx_hash_add_key()
910 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
946 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
[all …]
/dports/www/nginx-lite/nginx-1.20.2/src/core/
H A Dngx_hash.c496 if (ngx_array_init(&curr_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
503 if (ngx_array_init(&next_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
698 if (ngx_array_init(&ha->dns_wc_head, ha->temp_pool, asize, in ngx_hash_keys_array_init()
705 if (ngx_array_init(&ha->dns_wc_tail, ha->temp_pool, asize, in ngx_hash_keys_array_init()
717 ha->dns_wc_head_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
723 ha->dns_wc_tail_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
825 if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4, in ngx_hash_add_key()
894 name->data = ngx_pnalloc(ha->temp_pool, name->len); in ngx_hash_add_key()
910 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
946 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
[all …]
/dports/www/nginx-naxsi/nginx-1.20.2/src/core/
H A Dngx_hash.c496 if (ngx_array_init(&curr_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
503 if (ngx_array_init(&next_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
698 if (ngx_array_init(&ha->dns_wc_head, ha->temp_pool, asize, in ngx_hash_keys_array_init()
705 if (ngx_array_init(&ha->dns_wc_tail, ha->temp_pool, asize, in ngx_hash_keys_array_init()
717 ha->dns_wc_head_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
723 ha->dns_wc_tail_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
825 if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4, in ngx_hash_add_key()
894 name->data = ngx_pnalloc(ha->temp_pool, name->len); in ngx_hash_add_key()
910 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
946 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
[all …]
/dports/www/nginx-devel/nginx-1.21.5/src/core/
H A Dngx_hash.c500 if (ngx_array_init(&curr_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
507 if (ngx_array_init(&next_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
702 if (ngx_array_init(&ha->dns_wc_head, ha->temp_pool, asize, in ngx_hash_keys_array_init()
709 if (ngx_array_init(&ha->dns_wc_tail, ha->temp_pool, asize, in ngx_hash_keys_array_init()
721 ha->dns_wc_head_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
727 ha->dns_wc_tail_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
829 if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4, in ngx_hash_add_key()
898 name->data = ngx_pnalloc(ha->temp_pool, name->len); in ngx_hash_add_key()
914 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
950 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
[all …]
/dports/www/nginx-full/nginx-1.20.2/src/core/
H A Dngx_hash.c496 if (ngx_array_init(&curr_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
503 if (ngx_array_init(&next_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
698 if (ngx_array_init(&ha->dns_wc_head, ha->temp_pool, asize, in ngx_hash_keys_array_init()
705 if (ngx_array_init(&ha->dns_wc_tail, ha->temp_pool, asize, in ngx_hash_keys_array_init()
717 ha->dns_wc_head_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
723 ha->dns_wc_tail_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
825 if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4, in ngx_hash_add_key()
894 name->data = ngx_pnalloc(ha->temp_pool, name->len); in ngx_hash_add_key()
910 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
946 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
[all …]
/dports/www/nginx/nginx-1.20.2/src/core/
H A Dngx_hash.c496 if (ngx_array_init(&curr_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
503 if (ngx_array_init(&next_names, hinit->temp_pool, nelts, in ngx_hash_wildcard_init()
698 if (ngx_array_init(&ha->dns_wc_head, ha->temp_pool, asize, in ngx_hash_keys_array_init()
705 if (ngx_array_init(&ha->dns_wc_tail, ha->temp_pool, asize, in ngx_hash_keys_array_init()
717 ha->dns_wc_head_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
723 ha->dns_wc_tail_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init()
825 if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4, in ngx_hash_add_key()
894 name->data = ngx_pnalloc(ha->temp_pool, name->len); in ngx_hash_add_key()
910 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
946 p = ngx_pnalloc(ha->temp_pool, last); in ngx_hash_add_key()
[all …]

12345678910>>...16