Lines Matching defs:query
248 /* decode query string */
291 lua_decode_query(lua_State *L, char *query)
295 s = strtok(query, "&");
311 char *s, *query, *uri, *file, *command, *info, *content;
320 query = NULL;
338 query = bozostrdup(httpd, request, request->hr_query);
387 if (query && *query)
388 lua_env(map->L, "QUERY_STRING", query);
411 /* Pass the query variables */
412 if ((query && *query) ||
415 if (query && *query)
416 lua_decode_query(map->L, query);
452 free(query);