Searched refs:g_base64_encode_close (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/glib/ |
D | gbase64.c | 206 g_base64_encode_close (gboolean break_lines, in g_base64_encode_close() function 277 outlen += g_base64_encode_close (FALSE, out + outlen, &state, &save); in g_base64_encode()
|
D | gbase64.h | 38 gsize g_base64_encode_close (gboolean break_lines,
|
/third_party/glib/glib/tests/ |
D | base64.c | 35 len += g_base64_encode_close (line_break, text + len, &state, &save); in test_incremental() 277 len_written += g_base64_encode_close (FALSE, encoded_stepped + len_written, in test_base64_encode_incremental_small_block()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlsmtpsink.c | 180 len = g_base64_encode_close (TRUE, data_out, &state, &save); in add_final_boundary_unlocked() 798 len = g_base64_encode_close (TRUE, data_out, &state, &save); in gst_curl_smtp_sink_flush_data_unlocked()
|
/third_party/libsoup/libsoup/ |
D | soup-auth-ntlm.c | 1009 p += g_base64_encode_close (FALSE, p, &state, &save); in soup_ntlm_response()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3384 g_base64_encode_close
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 1999 written = g_base64_encode_close (FALSE, out_buffer, &state, &save); in gst_rtsp_connection_send_messages_usec()
|
/third_party/glib/ |
D | NEWS | 3222 780066 g_base64_encode_close() in glib/gbase64.c produces invalid base64 encoding 9797 609564 g_base64_encode_close docs should mention outbuf size...
|