/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstudpnetutils.c | 81 *port = g_ascii_strtoll (colptr + 1, NULL, 10); in gst_udp_parse_uri()
|
D | gstmultiudpsink.c | 990 port = g_ascii_strtoll (p + 1, NULL, 10); in gst_multiudpsink_set_clients_string()
|
/third_party/glib/gio/ |
D | gdbusauthmechanismsha1.c | 433 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()
|
D | gio-tool-set.c | 169 int64 = g_ascii_strtoll (argv[3], NULL, 10); in handle_set()
|
D | gdbusauthmechanismexternal.c | 200 alleged_uid = g_ascii_strtoll (data, &endp, 10); in data_matches_credentials()
|
/third_party/libsoup/libsoup/ |
D | soup-cache.c | 361 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()
|
D | soup-cookie-jar-db.c | 182 same_site_policy = g_ascii_strtoll (argv[COL_SAME_SITE_POLICY], NULL, 0); in callback()
|
D | soup-message-headers.c | 982 cur.start = g_ascii_strtoll (spec, &end, 10) + total_length; in soup_message_headers_get_ranges_internal()
|
D | soup-xmlrpc.c | 847 num = g_ascii_strtoll (str, &endptr, 10); in parse_number()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstid3tag.c | 278 year = g_ascii_strtoll (ystr, NULL, 10); in gst_tag_list_new_from_id3v1()
|
/third_party/gstreamer/gstplugins_bad/gst/timecode/ |
D | gstavwait.c | 470 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/ |
D | gstrfuncs.in.h | 151 gint64 g_ascii_strtoll (const gchar *nptr,
|
D | gstrfuncs.c | 829 g_ascii_strtoll (const gchar *nptr,
|
/third_party/glib/glib/ |
D | gstrfuncs.h | 157 gint64 g_ascii_strtoll (const gchar *nptr,
|
D | gstrfuncs.c | 1256 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/ |
D | gstvideoparse.c | 379 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/ |
D | gstgldisplay.c | 308 gint64 v = g_ascii_strtoll (disp_idx_str, NULL, 10); in gst_gl_display_new()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 640 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/ |
D | test-uvch264.c | 171 val_int = (int) g_ascii_strtoll (val, NULL, 0); in on_set_button_clicked()
|
/third_party/gstreamer/gstplugins_bad/ext/openmpt/ |
D | gstopenmptdec.c | 571 g_ascii_strtoll (subsong_cstr, &endptr, 10); in gst_openmpt_dec_load_from_buffer()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | m3u8.c | 164 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/ |
D | gstwavenc.c | 838 id64 = g_ascii_strtoll (uid, NULL, 0); in gst_wavenc_write_toc()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-profile.c | 1672 presence = g_ascii_strtoll (strpresence_v[1], &endptr, 10); in create_encoding_stream_profile()
|
/third_party/glib/glib/tests/ |
D | testing.c | 469 gint64 vint64 = g_ascii_strtoll (str, &err, 10); in test_random_conversions()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlhttpsrc.c | 1837 (guint) g_ascii_strtoll (status_line_fields[1], NULL, 10); in gst_curl_http_src_get_header()
|