Home
last modified time | relevance | path

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

/dports/www/httest/httest-2.4.24/src/
H A Dworker.c1239 apr_pool_t *call_pool; in command_CALL() local
1247 HT_POOL_CREATE(&call_pool); in command_CALL()
1250 params = store_make(call_pool); in command_CALL()
1251 retvars = store_make(call_pool); in command_CALL()
1252 locals = store_make(call_pool); in command_CALL()
1255 copy = apr_pstrdup(call_pool, data); in command_CALL()
1260 my_get_args(copy, params, call_pool); in command_CALL()
1262 module = apr_pstrdup(call_pool, block_name); in command_CALL()
1272 block_name = apr_pstrdup(call_pool, last); in command_CALL()
1343 index = apr_itoa(call_pool, j); in command_CALL()
[all …]