Home
last modified time | relevance | path

Searched refs:g_base64_encode_step (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/
Dgbase64.c93 g_base64_encode_step (const guchar *in, in g_base64_encode_step() function
276 outlen = g_base64_encode_step (data, len, FALSE, out, &state, &save); in g_base64_encode()
Dgbase64.h31 gsize g_base64_encode_step (const guchar *in,
/third_party/glib/glib/tests/
Dbase64.c31 len += g_base64_encode_step (data + input_len, block_size, in test_incremental()
271 len_written += g_base64_encode_step (myraw.data + len_read, len_to_read, in test_base64_encode_incremental_small_block()
/third_party/libsoup/libsoup/
Dsoup-auth-ntlm.c997 p += g_base64_encode_step ((const guchar *) &resp, sizeof (resp), in soup_ntlm_response()
999 p += g_base64_encode_step ((const guchar *) domain_conv, dlen, in soup_ntlm_response()
1001 p += g_base64_encode_step ((const guchar *) user_conv, ulen, in soup_ntlm_response()
1003 p += g_base64_encode_step ((const guchar *) host_conv, hlen, in soup_ntlm_response()
1005 p += g_base64_encode_step (lm_resp, sizeof (lm_resp), in soup_ntlm_response()
1007 p += g_base64_encode_step (nt_resp, nt_resp_sz, in soup_ntlm_response()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlsmtpsink.c864 len = g_base64_encode_step (data_in + data_in_offset, bytes_to_send, TRUE, in transfer_chunk()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c1970 g_base64_encode_step (serialized_messages[i].data_is_data_header ? in gst_rtsp_connection_send_messages_usec()
1977 g_base64_encode_step (serialized_messages[i].body_data, in gst_rtsp_connection_send_messages_usec()
1991 written = g_base64_encode_step (map.data, map.size, in gst_rtsp_connection_send_messages_usec()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3383 g_base64_encode_step