Searched refs:g_base64_decode_step (Results 1 – 11 of 11) sorted by relevance
/third_party/glib/glib/ |
D | gbase64.c | 324 g_base64_decode_step (const gchar *in, in g_base64_decode_step() function 426 *out_len = g_base64_decode_step (text, input_length, ret, &state, &save); in g_base64_decode() 459 *out_len = g_base64_decode_step (text, input_length, (guchar *) text, &state, &save); in g_base64_decode_inplace()
|
D | gbase64.h | 46 gsize g_base64_decode_step (const gchar *in,
|
/third_party/glib/glib/tests/ |
D | base64.c | 52 decoded_len += g_base64_decode_step (p, in test_incremental() 392 gsize size = g_base64_decode_step (p, chunk_len, in test_base64_decode_smallblock()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph264depay.c | 808 g_base64_decode_step (params[i], strlen (params[i]), ptr, &state, in gst_rtp_h264_depay_setcaps() 852 g_base64_decode_step (params[i], nal_len, nalmap.data, &state, &save); in gst_rtp_h264_depay_setcaps()
|
D | gstrtph265depay.c | 872 g_base64_decode_step (params[i], strlen (params[i]), ptr, &state, in gst_rtp_h265_depay_setcaps() 916 g_base64_decode_step (params[i], nal_len, nalmap.data, &state, &save); in gst_rtp_h265_depay_setcaps()
|
D | gstrtph264pay.c | 748 nal_len = g_base64_decode_step (params[i], nal_len, nalp, &state, &save); in gst_rtp_h264_pay_parse_sprop_parameter_sets()
|
/third_party/libsoup/libsoup/ |
D | soup-websocket.c | 175 if (g_base64_decode_step (key, 24, buf, &state, &save) != 16) in validate_key()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcsdp.c | 663 tmp += g_base64_decode_step (line, strlen (line), tmp, &state, &save); in _generate_fingerprint_from_certificate()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3386 g_base64_decode_step
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 1485 g_base64_decode_step ((gchar *) in, r, ctx->out, &ctx->state, in fill_bytes()
|
/third_party/glib/ |
D | NEWS | 2887 756103 Skip g_base64_decode_step() in introspection 6146 694843 g_base64_decode_step () produces invalid data
|