Searched defs:arguments (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/lua/ |
H A D | lua_dbd.c | 403 "Error in executing prepared statement: Expected %d arguments, got %d.", 494 "Error in executing prepared statement: Expected %d arguments, got %d.", 729 const char *arguments; local 782 arguments = lua_tostring(L, 3); 785 if (strlen(arguments)) { 787 arguments, &dbdhandle->handle, &error);
|
/httpd/modules/core/ |
H A D | mod_macro.c | 57 this is a macro: name, arguments, contents, location. 62 apr_array_header_t *arguments; /* of char*, macro parameter names */ member in struct:__anon95 92 return configuration-parsed arguments from line as an array. 208 /* the @* arguments are double-quote escaped when substituted */ 211 /* other $* and %* arguments are simply replaced without escaping */ 232 generates an error on macro with two arguments of the same name. 234 generates a warning if arguments name prefixes conflict. 240 char **tab = (char **) macro->arguments->elts; 241 int nelts = macro->arguments->nelts; 410 substitute macro arguments b [all...] |
Completed in 669 milliseconds