Home
last modified time | relevance | path

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

/dports/audio/icecast/icecast-2.4.4/src/httpp/
H A Dhttpp.h55 # define httpp_get_query_param _mangle(httpp_get_query_param) macro
69 const char *httpp_get_query_param(http_parser_t *parser, const char *name);
H A Dhttpp.c497 if (httpp_get_query_param(parser, name) == NULL) { in httpp_set_query_param()
505 const char *httpp_get_query_param(http_parser_t *parser, const char *name) in httpp_get_query_param() function
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/httpp/
H A Dhttpp.h55 # define httpp_get_query_param _mangle(httpp_get_query_param) macro
69 const char *httpp_get_query_param(http_parser_t *parser, const char *name);
H A Dhttpp.c504 if (httpp_get_query_param(parser, name) == NULL) { in httpp_set_query_param()
512 const char *httpp_get_query_param(http_parser_t *parser, const char *name) in httpp_get_query_param() function
/dports/audio/mixxx/mixxx-2.3.0/lib/libshout-idjc/src/common/httpp/
H A Dhttpp.h90 # define httpp_get_query_param _mangle(httpp_get_query_param) macro
104 const char *httpp_get_query_param(http_parser_t *parser, const char *name);
H A Dhttpp.c509 if (httpp_get_query_param(parser, name) == NULL) { in httpp_set_query_param()
517 const char *httpp_get_query_param(http_parser_t *parser, const char *name) in httpp_get_query_param() function
/dports/audio/libshout/libshout-2.4.5/src/common/httpp/
H A Dhttpp.h111 # define httpp_get_query_param _mangle(httpp_get_query_param) macro
135 const char *httpp_get_query_param(http_parser_t *parser, const char *name);
H A Dhttpp.c703 const char *httpp_get_query_param(http_parser_t *parser, const char *name) in httpp_get_query_param() function
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dadmin.c305 client->mount = httpp_get_query_param (client->parser, "mount"); in admin_mount_request()
358 const char *mount = httpp_get_query_param(client->parser, "mount"); in admin_handle_request()
362 const char *pass = httpp_get_query_param (client->parser, "pass"); in admin_handle_request()
387 mount = httpp_get_query_param (client->parser, "mount"); in admin_handle_request()
475 *var = httpp_get_query_param((client)->parser, (name)); in command_require()
482 (var) = httpp_get_query_param((client)->parser, (name))
690 const char *name = httpp_get_query_param (client->parser, "setting"); in command_reset_stats()
1173 show_mount = httpp_get_query_param (client->parser, "mount"); in command_stats()
1183 const char *logname = httpp_get_query_param (client->parser, "log"); in command_list_log()
1261 int show_listeners = httpp_get_query_param (client->parser, "with_listeners") ? 1 : 0; in command_list_mounts()
H A Dauth_htpasswd.c191 val = httpp_get_query_param (client->parser, "user"); in htpasswd_auth()
196 val = httpp_get_query_param (client->parser, "pass"); in htpasswd_auth()
H A Dslave.c1315 const char *rserver = httpp_get_query_param (client->parser, "rserver"); in redirector_update()
1320 value = httpp_get_query_param (client->parser, "rport"); in redirector_update()
1324 value = httpp_get_query_param (client->parser, "interval"); in redirector_update()
H A Dformat.c327 const char *opt = httpp_get_query_param (client->parser, "_hdr"); in format_general_headers()
H A Dformat_ogg.c658 const char *serialp = httpp_get_query_param (client->parser, "serial"); in get_image()
H A Dauth.c496 mount = httpp_get_query_param (client->parser, "mount"); in add_authenticated_listener()
H A Dsource.c918 const char *p = httpp_get_query_param (client->parser, "norequeue"); in source_queue_advance()
996 param = httpp_get_query_param (client->parser, "burst"); in locate_start_on_queue()
H A Dfserve.c1263 idtext = httpp_get_query_param (client->parser, "id"); in fserve_kill_client()
H A Dconnection.c1752 const char *type = httpp_get_query_param (client->parser, "type"); in check_for_filtering()
H A Dstats.c1174 const char *mount = httpp_get_query_param (client->parser, "mount"); in stats_transform_xslt()
/dports/audio/icecast/icecast-2.4.4/src/
H A Dadmin.c380 const char *pass = httpp_get_query_param (client->parser, "pass"); in admin_handle_request()
403 mount = httpp_get_query_param(client->parser, "mount"); in admin_handle_request()
596 (var) = httpp_get_query_param((client)->parser, (name)); \
603 (var) = httpp_get_query_param((client)->parser, (name))
H A Dstats.c977 const char *mount = httpp_get_query_param (client->parser, "mount"); in stats_transform_xslt()