Lines Matching refs:function

178                                       const char *function,
208 function ? function : "-");
313 "lua: Unable to find entry function '%s' in %s (not a valid function)",
383 "lua: Unable to find entry function '%s' in %s (not a valid function)",
434 /* Set up the initial filter context and acquire the function.
435 * The corresponding Lua function should yield here.
469 /* While the Lua function is still yielding, pass in buckets to the coroutine */
559 /* Set up the initial filter context and acquire the function.
560 * The corresponding Lua function should yield here.
591 /* While the Lua function is still yielding, pass buckets to the coroutine */
690 "lua: Failed to obtain lua interpreter for entry function '%s' in %s",
699 "lua: Unable to find entry function '%s' in %s (not a valid function)",
810 "lua: Failed to obtain Lua interpreter for entry function '%s' in %s",
820 "lua: Unable to find entry function '%s' in %s (not a valid function)",
999 const char *function = NULL;
1015 function = apr_pstrdup(cmd->pool, word);
1045 if (function) {
1046 spec->function_name = (char *) function;
1049 function = NULL;
1113 const char *function,
1130 spec->function_name = apr_pstrdup(cmd->pool, function);
1140 const char *function)
1151 spec->function_name = apr_pstrdup(cmd->pool, function);
1162 const char *function,
1170 spec->function_name = apr_pstrdup(cmd->pool, function);
1276 const char *function,
1299 file, function, apr_hook_when);
1312 const char *function)
1315 function, APR_HOOK_MIDDLE);
1325 const char *function)
1328 file, function, APR_HOOK_MIDDLE);
1333 const char *function)
1336 file, function, APR_HOOK_FIRST);
1349 const char *function,
1367 function, apr_hook_when);
1378 const char *function)
1381 function, APR_HOOK_MIDDLE);
1392 const char *function,
1410 file, function, apr_hook_when);
1422 const char *function,
1440 function, apr_hook_when);
1451 const char *function)
1457 const char *file, const char *function)
1465 function, APR_HOOK_MIDDLE);
1468 const char* match, const char *file, const char *function)
1475 if (!function) function = "handle";
1477 function);
1480 const char* filter, const char *file, const char *function)
1487 if (!function) function = "handle";
1489 function, AP_LUA_FILTER_OUTPUT);
1492 const char* filter, const char *file, const char *function)
1499 if (!function) function = "handle";
1501 function, AP_LUA_FILTER_INPUT);
1752 "Unable to find entry function '%s' in %s (not a valid function)",
1810 const char *function)
1820 spec->function_name = function;
1934 "Registers a Lua function as an output filter"),
1936 "Registers a Lua function as an input filter"),