Searched refs:decoded_length (Results 1 – 5 of 5) sorted by relevance
109 int decoded_length = 0; in soup_request_data_send() local111 &decoded_length); in soup_request_data_send()116 data->priv->content_length = decoded_length; in soup_request_data_send()
12 char *soup_uri_decoded_copy (const char *str, int length, int *decoded_length);
760 soup_uri_decoded_copy (const char *part, int length, int *decoded_length) in soup_uri_decoded_copy() argument784 if (decoded_length) in soup_uri_decoded_copy()785 *decoded_length = d - (unsigned char *)decoded - 1; in soup_uri_decoded_copy()
650 gsize decoded_length, digest_size; in _generate_fingerprint_from_certificate() local666 decoded_length = tmp - decoded; in _generate_fingerprint_from_certificate()672 g_checksum_update (checksum, decoded, decoded_length); in _generate_fingerprint_from_certificate()
692 lit_utf8_size_t utf8_length = 1, decoded_length = 1, char_count = 1; in lexer_parse_identifier() local700 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()