Home
last modified time | relevance | path

Searched refs:g_ascii_strtoll (Results 1 – 25 of 38) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpnetutils.c81 *port = g_ascii_strtoll (colptr + 1, NULL, 10); in gst_udp_parse_uri()
Dgstmultiudpsink.c990 port = g_ascii_strtoll (p + 1, NULL, 10); in gst_multiudpsink_set_clients_string()
/third_party/glib/gio/
Dgdbusauthmechanismsha1.c433 line_id = g_ascii_strtoll (tokens[0], &endp, 10); in keyring_lookup_entry()
447 (void)g_ascii_strtoll (tokens[1], &endp, 10); /* do not care what the timestamp is */ in keyring_lookup_entry()
755 line_id = g_ascii_strtoll (tokens[0], &endp, 10); in keyring_generate_entry()
769 line_when = g_ascii_strtoll (tokens[1], &endp, 10); in keyring_generate_entry()
983 uid = g_ascii_strtoll (initial_response, &endp, 10); in mechanism_server_initiate()
1197 cookie_id = g_ascii_strtoll (tokens[1], &endp, 10); in mechanism_client_data_receive()
Dgio-tool-set.c169 int64 = g_ascii_strtoll (argv[3], NULL, 10); in handle_set()
Dgdbusauthmechanismexternal.c200 alleged_uid = g_ascii_strtoll (data, &endp, 10); in data_matches_credentials()
/third_party/libsoup/libsoup/
Dsoup-cache.c361 freshness_lifetime = g_ascii_strtoll (s_maxage, NULL, 10); in soup_cache_entry_set_freshness()
374 freshness_lifetime = g_ascii_strtoll (max_age, NULL, 10); in soup_cache_entry_set_freshness()
492 age_value = g_ascii_strtoll (age, NULL, 10); in soup_cache_entry_new()
1154 max_age = (int)MIN (g_ascii_strtoll (value, NULL, 10), G_MAXINT32); in soup_cache_has_response()
1166 max_stale = (int)MIN (g_ascii_strtoll (value, NULL, 10), G_MAXINT32); in soup_cache_has_response()
1173 min_fresh = (int)MIN (g_ascii_strtoll (value, NULL, 10), G_MAXINT32); in soup_cache_has_response()
Dsoup-cookie-jar-db.c182 same_site_policy = g_ascii_strtoll (argv[COL_SAME_SITE_POLICY], NULL, 0); in callback()
Dsoup-message-headers.c982 cur.start = g_ascii_strtoll (spec, &end, 10) + total_length; in soup_message_headers_get_ranges_internal()
Dsoup-xmlrpc.c847 num = g_ascii_strtoll (str, &endptr, 10); in parse_number()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstid3tag.c278 year = g_ascii_strtoll (ystr, NULL, 10); in gst_tag_list_new_from_id3v1()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgstavwait.c470 hours = g_ascii_strtoll (parts[0], NULL, 10); in gst_avwait_set_property()
471 minutes = g_ascii_strtoll (parts[1], NULL, 10); in gst_avwait_set_property()
472 seconds = g_ascii_strtoll (parts[2], NULL, 10); in gst_avwait_set_property()
473 frames = g_ascii_strtoll (parts[3], NULL, 10); in gst_avwait_set_property()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h151 gint64 g_ascii_strtoll (const gchar *nptr,
Dgstrfuncs.c829 g_ascii_strtoll (const gchar *nptr,
/third_party/glib/glib/
Dgstrfuncs.h157 gint64 g_ascii_strtoll (const gchar *nptr,
Dgstrfuncs.c1256 g_ascii_strtoll (const gchar *nptr, in g_ascii_strtoll() function
3343 number = g_ascii_strtoll (str, (gchar **)&end_ptr, base); in g_ascii_string_to_signed()
/third_party/gstreamer/gstplugins_bad/gst/rawparse/
Dgstvideoparse.c379 val = g_ascii_strtoll (strv[i], NULL, 10); in gst_video_parse_int_valarray_from_string()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.c308 gint64 v = g_ascii_strtoll (disp_idx_str, NULL, 10); in gst_gl_display_new()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c640 pos = g_ascii_strtoll (text, &endptr, 10); in advanced_seek_button_cb()
2518 v = g_ascii_strtoll (text, &endptr, 10); in buffer_size_activate_cb()
2535 v = g_ascii_strtoll (text, &endptr, 10); in buffer_duration_activate_cb()
2569 v = g_ascii_strtoll (text, &endptr, 10); in connection_speed_activate_cb()
2601 *result = g_ascii_strtoll (text, &endptr, 10); in text_to_gint64()
/third_party/gstreamer/gstplugins_bad/tests/examples/uvch264/
Dtest-uvch264.c171 val_int = (int) g_ascii_strtoll (val, NULL, 0); in on_set_button_clicked()
/third_party/gstreamer/gstplugins_bad/ext/openmpt/
Dgstopenmptdec.c571 g_ascii_strtoll (subsong_cstr, &endptr, 10); in gst_openmpt_dec_load_from_buffer()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c164 ret = g_ascii_strtoll (ptr, &end, 10); in int_from_string()
194 ret = g_ascii_strtoll (ptr, &end, 10); in int64_from_string()
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c838 id64 = g_ascii_strtoll (uid, NULL, 0); in gst_wavenc_write_toc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c1672 presence = g_ascii_strtoll (strpresence_v[1], &endptr, 10); in create_encoding_stream_profile()
/third_party/glib/glib/tests/
Dtesting.c469 gint64 vint64 = g_ascii_strtoll (str, &err, 10); in test_random_conversions()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c1837 (guint) g_ascii_strtoll (status_line_fields[1], NULL, 10); in gst_curl_http_src_get_header()

12