Home
last modified time | relevance | path

Searched refs:exec_ctx (Results 1 – 25 of 1261) sorted by relevance

12345678910>>...51

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/iomgr/
H A Dresource_quota_test.cc88 grpc_core::ExecCtx exec_ctx; in destroy_user() local
121 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_then_free() local
125 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_then_free() local
139 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_free_pair() local
156 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local
163 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local
179 grpc_core::ExecCtx exec_ctx; in test_async_alloc_blocked_by_size() local
190 grpc_core::ExecCtx exec_ctx; in test_async_alloc_blocked_by_size() local
206 grpc_core::ExecCtx exec_ctx; in test_scavenge() local
214 grpc_core::ExecCtx exec_ctx; in test_scavenge() local
[all …]
/dports/devel/grpc/grpc-1.42.0/test/core/iomgr/
H A Dresource_quota_test.cc90 grpc_core::ExecCtx exec_ctx; in destroy_user() local
123 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_then_free() local
127 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_then_free() local
141 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_free_pair() local
158 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local
165 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local
171 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local
187 grpc_core::ExecCtx exec_ctx; in test_async_alloc_blocked_by_size() local
197 grpc_core::ExecCtx exec_ctx; in test_async_alloc_blocked_by_size() local
213 grpc_core::ExecCtx exec_ctx; in test_scavenge() local
[all …]
/dports/devel/grpc134/grpc-1.34.1/test/core/iomgr/
H A Dresource_quota_test.cc89 grpc_core::ExecCtx exec_ctx; in destroy_user() local
122 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_then_free() local
126 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_then_free() local
140 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_free_pair() local
157 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local
164 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local
170 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local
186 grpc_core::ExecCtx exec_ctx; in test_async_alloc_blocked_by_size() local
196 grpc_core::ExecCtx exec_ctx; in test_async_alloc_blocked_by_size() local
212 grpc_core::ExecCtx exec_ctx; in test_scavenge() local
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/core/iomgr/
H A Dresource_quota_test.cc89 grpc_core::ExecCtx exec_ctx; in destroy_user() local
122 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_then_free() local
126 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_then_free() local
140 grpc_core::ExecCtx exec_ctx; in test_instant_alloc_free_pair() local
157 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local
164 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local
170 grpc_core::ExecCtx exec_ctx; in test_simple_async_alloc() local
186 grpc_core::ExecCtx exec_ctx; in test_async_alloc_blocked_by_size() local
196 grpc_core::ExecCtx exec_ctx; in test_async_alloc_blocked_by_size() local
212 grpc_core::ExecCtx exec_ctx; in test_scavenge() local
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/pl/plpython/
H A Dplpy_main.c224 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
256 plerrcontext.arg = exec_ctx; in plpython_call_handler()
266 exec_ctx->curr_proc = proc; in plpython_call_handler()
273 exec_ctx->curr_proc = proc; in plpython_call_handler()
306 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
349 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
354 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
396 if (exec_ctx->curr_proc) in plpython_error_callback()
398 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
400 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/plpython/
H A Dplpy_main.c224 PLyExecutionContext *exec_ctx;
256 plerrcontext.arg = exec_ctx;
266 exec_ctx->curr_proc = proc;
273 exec_ctx->curr_proc = proc;
306 PLyExecutionContext *exec_ctx;
349 plerrcontext.arg = exec_ctx;
354 exec_ctx->curr_proc = &proc;
396 if (exec_ctx->curr_proc)
398 if (exec_ctx->curr_proc->is_procedure)
400 PLy_procedure_name(exec_ctx->curr_proc));
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/plpython/
H A Dplpy_main.c224 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
256 plerrcontext.arg = exec_ctx; in plpython_call_handler()
266 exec_ctx->curr_proc = proc; in plpython_call_handler()
273 exec_ctx->curr_proc = proc; in plpython_call_handler()
306 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
349 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
354 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
396 if (exec_ctx->curr_proc) in plpython_error_callback()
398 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
400 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/pl/plpython/
H A Dplpy_main.c224 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
256 plerrcontext.arg = exec_ctx; in plpython_call_handler()
266 exec_ctx->curr_proc = proc; in plpython_call_handler()
273 exec_ctx->curr_proc = proc; in plpython_call_handler()
306 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
349 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
354 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
396 if (exec_ctx->curr_proc) in plpython_error_callback()
398 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
400 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/pl/plpython/
H A Dplpy_main.c224 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
256 plerrcontext.arg = exec_ctx; in plpython_call_handler()
266 exec_ctx->curr_proc = proc; in plpython_call_handler()
273 exec_ctx->curr_proc = proc; in plpython_call_handler()
306 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
349 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
354 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
396 if (exec_ctx->curr_proc) in plpython_error_callback()
398 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
400 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/pl/plpython/
H A Dplpy_main.c224 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
256 plerrcontext.arg = exec_ctx; in plpython_call_handler()
266 exec_ctx->curr_proc = proc; in plpython_call_handler()
273 exec_ctx->curr_proc = proc; in plpython_call_handler()
306 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
349 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
354 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
396 if (exec_ctx->curr_proc) in plpython_error_callback()
398 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
400 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/plpython/
H A Dplpy_main.c224 PLyExecutionContext *exec_ctx;
256 plerrcontext.arg = exec_ctx;
266 exec_ctx->curr_proc = proc;
273 exec_ctx->curr_proc = proc;
306 PLyExecutionContext *exec_ctx;
349 plerrcontext.arg = exec_ctx;
354 exec_ctx->curr_proc = &proc;
396 if (exec_ctx->curr_proc)
398 if (exec_ctx->curr_proc->is_procedure)
400 PLy_procedure_name(exec_ctx->curr_proc));
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/pl/plpython/
H A Dplpy_main.c224 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
256 plerrcontext.arg = exec_ctx; in plpython_call_handler()
266 exec_ctx->curr_proc = proc; in plpython_call_handler()
273 exec_ctx->curr_proc = proc; in plpython_call_handler()
306 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
349 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
354 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
396 if (exec_ctx->curr_proc) in plpython_error_callback()
398 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
400 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/pl/plpython/
H A Dplpy_main.c220 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
252 plerrcontext.arg = exec_ctx; in plpython_call_handler()
262 exec_ctx->curr_proc = proc; in plpython_call_handler()
269 exec_ctx->curr_proc = proc; in plpython_call_handler()
302 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
345 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
350 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
390 if (exec_ctx->curr_proc) in plpython_error_callback()
392 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
394 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/pl/plpython/
H A Dplpy_main.c220 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
252 plerrcontext.arg = exec_ctx; in plpython_call_handler()
262 exec_ctx->curr_proc = proc; in plpython_call_handler()
269 exec_ctx->curr_proc = proc; in plpython_call_handler()
302 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
345 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
350 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
390 if (exec_ctx->curr_proc) in plpython_error_callback()
392 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
394 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/pl/plpython/
H A Dplpy_main.c220 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
252 plerrcontext.arg = exec_ctx; in plpython_call_handler()
262 exec_ctx->curr_proc = proc; in plpython_call_handler()
269 exec_ctx->curr_proc = proc; in plpython_call_handler()
302 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
345 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
350 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
390 if (exec_ctx->curr_proc) in plpython_error_callback()
392 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
394 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/pl/plpython/
H A Dplpy_main.c220 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
252 plerrcontext.arg = exec_ctx; in plpython_call_handler()
262 exec_ctx->curr_proc = proc; in plpython_call_handler()
269 exec_ctx->curr_proc = proc; in plpython_call_handler()
302 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
345 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
350 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
390 if (exec_ctx->curr_proc) in plpython_error_callback()
392 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
394 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/pl/plpython/
H A Dplpy_main.c220 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
252 plerrcontext.arg = exec_ctx; in plpython_call_handler()
262 exec_ctx->curr_proc = proc; in plpython_call_handler()
269 exec_ctx->curr_proc = proc; in plpython_call_handler()
302 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
345 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
350 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
390 if (exec_ctx->curr_proc) in plpython_error_callback()
392 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
394 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/pl/plpython/
H A Dplpy_main.c220 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
252 plerrcontext.arg = exec_ctx; in plpython_call_handler()
262 exec_ctx->curr_proc = proc; in plpython_call_handler()
269 exec_ctx->curr_proc = proc; in plpython_call_handler()
302 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
345 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
350 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
390 if (exec_ctx->curr_proc) in plpython_error_callback()
392 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
394 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/pl/plpython/
H A Dplpy_main.c220 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
252 plerrcontext.arg = exec_ctx; in plpython_call_handler()
262 exec_ctx->curr_proc = proc; in plpython_call_handler()
269 exec_ctx->curr_proc = proc; in plpython_call_handler()
302 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
345 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
350 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
390 if (exec_ctx->curr_proc) in plpython_error_callback()
392 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
394 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/pl/plpython/
H A Dplpy_main.c220 PLyExecutionContext *exec_ctx;
252 plerrcontext.arg = exec_ctx;
262 exec_ctx->curr_proc = proc;
269 exec_ctx->curr_proc = proc;
302 PLyExecutionContext *exec_ctx;
345 plerrcontext.arg = exec_ctx;
350 exec_ctx->curr_proc = &proc;
390 if (exec_ctx->curr_proc)
392 if (exec_ctx->curr_proc->is_procedure)
394 PLy_procedure_name(exec_ctx->curr_proc));
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/pl/plpython/
H A Dplpy_main.c220 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
252 plerrcontext.arg = exec_ctx; in plpython_call_handler()
262 exec_ctx->curr_proc = proc; in plpython_call_handler()
269 exec_ctx->curr_proc = proc; in plpython_call_handler()
302 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
345 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
350 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
390 if (exec_ctx->curr_proc) in plpython_error_callback()
392 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
394 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/pl/plpython/
H A Dplpy_main.c220 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
252 plerrcontext.arg = exec_ctx; in plpython_call_handler()
262 exec_ctx->curr_proc = proc; in plpython_call_handler()
269 exec_ctx->curr_proc = proc; in plpython_call_handler()
302 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
345 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
350 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
390 if (exec_ctx->curr_proc) in plpython_error_callback()
392 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
394 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/pl/plpython/
H A Dplpy_main.c220 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
252 plerrcontext.arg = exec_ctx; in plpython_call_handler()
262 exec_ctx->curr_proc = proc; in plpython_call_handler()
269 exec_ctx->curr_proc = proc; in plpython_call_handler()
302 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
345 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
350 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
390 if (exec_ctx->curr_proc) in plpython_error_callback()
392 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
394 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/pl/plpython/
H A Dplpy_main.c224 PLyExecutionContext *exec_ctx; in plpython_call_handler() local
256 plerrcontext.arg = exec_ctx; in plpython_call_handler()
266 exec_ctx->curr_proc = proc; in plpython_call_handler()
273 exec_ctx->curr_proc = proc; in plpython_call_handler()
306 PLyExecutionContext *exec_ctx; in plpython_inline_handler() local
349 plerrcontext.arg = exec_ctx; in plpython_inline_handler()
354 exec_ctx->curr_proc = &proc; in plpython_inline_handler()
396 if (exec_ctx->curr_proc) in plpython_error_callback()
398 if (exec_ctx->curr_proc->is_procedure) in plpython_error_callback()
400 PLy_procedure_name(exec_ctx->curr_proc)); in plpython_error_callback()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/pl/plpython/
H A Dplpy_main.c224 PLyExecutionContext *exec_ctx;
256 plerrcontext.arg = exec_ctx;
266 exec_ctx->curr_proc = proc;
273 exec_ctx->curr_proc = proc;
306 PLyExecutionContext *exec_ctx;
349 plerrcontext.arg = exec_ctx;
354 exec_ctx->curr_proc = &proc;
396 if (exec_ctx->curr_proc)
398 if (exec_ctx->curr_proc->is_procedure)
400 PLy_procedure_name(exec_ctx->curr_proc));
[all …]

12345678910>>...51