Home
last modified time | relevance | path

Searched refs:decoded_length (Results 1 – 5 of 5) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-request-data.c109 int decoded_length = 0; in soup_request_data_send() local
111 &decoded_length); in soup_request_data_send()
116 data->priv->content_length = decoded_length; in soup_request_data_send()
Dsoup-misc-private.h12 char *soup_uri_decoded_copy (const char *str, int length, int *decoded_length);
Dsoup-uri.c760 soup_uri_decoded_copy (const char *part, int length, int *decoded_length) in soup_uri_decoded_copy() argument
784 if (decoded_length) in soup_uri_decoded_copy()
785 *decoded_length = d - (unsigned char *)decoded - 1; in soup_uri_decoded_copy()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcsdp.c650 gsize decoded_length, digest_size; in _generate_fingerprint_from_certificate() local
666 decoded_length = tmp - decoded; in _generate_fingerprint_from_certificate()
672 g_checksum_update (checksum, decoded, decoded_length); in _generate_fingerprint_from_certificate()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c692 lit_utf8_size_t utf8_length = 1, decoded_length = 1, char_count = 1; in lexer_parse_identifier() local
700 decoded_length = utf8_length; in lexer_parse_identifier()
716 decoded_length = 2 * 3; in lexer_parse_identifier()
722 decoded_length = 2 * 3; in lexer_parse_identifier()
731 decoded_length = utf8_length; in lexer_parse_identifier()
765 length += decoded_length; in lexer_parse_identifier()