Home
last modified time | relevance | path

Searched refs:g_base64_decode_step (Results 1 – 11 of 11) sorted by relevance

/third_party/glib/glib/
Dgbase64.c324 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()
Dgbase64.h46 gsize g_base64_decode_step (const gchar *in,
/third_party/glib/glib/tests/
Dbase64.c52 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/
Dgstrtph264depay.c808 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()
Dgstrtph265depay.c872 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()
Dgstrtph264pay.c748 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/
Dsoup-websocket.c175 if (g_base64_decode_step (key, 24, buf, &state, &save) != 16) in validate_key()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcsdp.c663 tmp += g_base64_decode_step (line, strlen (line), tmp, &state, &save); in _generate_fingerprint_from_certificate()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3386 g_base64_decode_step
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c1485 g_base64_decode_step ((gchar *) in, r, ctx->out, &ctx->state, in fill_bytes()
/third_party/glib/
DNEWS2887 756103 Skip g_base64_decode_step() in introspection
6146 694843 g_base64_decode_step () produces invalid data