/dports/audio/icecast/icecast-2.4.4/src/httpp/ |
H A D | httpp.h | 55 # 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 D | httpp.c | 497 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 D | httpp.h | 55 # 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 D | httpp.c | 504 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 D | httpp.h | 90 # 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 D | httpp.c | 509 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 D | httpp.h | 111 # 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 D | httpp.c | 703 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 D | admin.c | 305 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 D | auth_htpasswd.c | 191 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 D | slave.c | 1315 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 D | format.c | 327 const char *opt = httpp_get_query_param (client->parser, "_hdr"); in format_general_headers()
|
H A D | format_ogg.c | 658 const char *serialp = httpp_get_query_param (client->parser, "serial"); in get_image()
|
H A D | auth.c | 496 mount = httpp_get_query_param (client->parser, "mount"); in add_authenticated_listener()
|
H A D | source.c | 918 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 D | fserve.c | 1263 idtext = httpp_get_query_param (client->parser, "id"); in fserve_kill_client()
|
H A D | connection.c | 1752 const char *type = httpp_get_query_param (client->parser, "type"); in check_for_filtering()
|
H A D | stats.c | 1174 const char *mount = httpp_get_query_param (client->parser, "mount"); in stats_transform_xslt()
|
/dports/audio/icecast/icecast-2.4.4/src/ |
H A D | admin.c | 380 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 D | stats.c | 977 const char *mount = httpp_get_query_param (client->parser, "mount"); in stats_transform_xslt()
|