Searched defs:stringBetween (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/lua/ |
H A D | mod_lua.c | 239 char *stringBetween; local 249 stringBetween = apr_pstrndup(pool, string+y, x-y); 252 stringBetween = ""; 254 ret = apr_pstrcat(pool, ret, stringBetween, values[v], NULL); 260 stringBetween = apr_pstrndup(pool, string+y, x-y); 261 ret = apr_pstrcat(pool, ret, stringBetween, NULL);
|
Completed in 19 milliseconds