Home
last modified time | relevance | path

Searched refs:sccp_retrieve_str_variable_byKey (Results 1 – 3 of 3) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_webservice.c203 const char * user_agent = sccp_retrieve_str_variable_byKey(request_headers, "User-Agent"); in parse_useragent()
254 const char * uri = sccp_retrieve_str_variable_byKey(request_params, "handler"); in get_request_handler()
274 locale = sccp_retrieve_str_variable_byKey(request_headers, "Accept-Language"); in parse_request_headers()
281 const char * user_agent = sccp_retrieve_str_variable_byKey(request_headers, "User-Agent"); in parse_outputfmt()
287 const char * requested_outputfmt = sccp_retrieve_str_variable_byKey(request_params, "outformat"); in parse_outputfmt()
H A Dsccp_utils.h108 SCCP_API const char * SCCP_CALL sccp_retrieve_str_variable_byKey(PBX_VARIABLE_TYPE *params, const c…
H A Dsccp_utils.c1564 const char * sccp_retrieve_str_variable_byKey(PBX_VARIABLE_TYPE *params, const char *key) in sccp_retrieve_str_variable_byKey() function
1578 const char *value = sccp_retrieve_str_variable_byKey(params, key); in sccp_retrieve_int_variable_byKey()