Home
last modified time | relevance | path

Searched refs:gssize (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstring.in.h72 gssize len);
82 gssize len);
99 gssize pos,
101 gssize len);
107 gssize len);
121 gssize len);
123 gssize pos,
127 gssize pos,
130 gssize pos,
134 gssize pos,
[all …]
Dgstring.c233 gssize len)
235 gssize size;
321 gssize len) in g_string_new_len()
466 gssize pos, in g_string_insert_len()
468 gssize len) in g_string_insert_len()
548 gssize len) in g_string_append_len()
602 gssize len)
640 gssize pos,
655 gssize pos, in g_string_insert_c()
694 gssize pos, in g_string_insert_unichar()
[all …]
/third_party/glib/glib/
Dgstring.h52 gssize len);
76 gssize pos,
78 gssize len);
85 gssize len);
104 gssize len);
107 gssize pos,
111 gssize pos,
115 gssize pos,
125 gssize len);
128 gssize pos,
[all …]
Dgconvert.h100 gssize len,
108 gssize len,
115 gssize len,
128 gssize len,
134 gssize len,
144 gssize len,
150 gssize len,
Dgunicode.h774 gssize max_len) G_GNUC_PURE;
793 gssize max) G_GNUC_PURE;
809 gssize len,
813 gssize len,
817 gssize len);
866 gssize max_len,
875 gssize len) G_GNUC_MALLOC;
878 gssize len) G_GNUC_MALLOC;
881 gssize len) G_GNUC_MALLOC;
920 gssize len,
[all …]
Dglibconfig.h79 typedef signed long gssize; typedef
131 typedef signed int gssize; typedef
241 #define GSSIZE_TO_LE(val) ((gssize) GINT64_TO_LE (val))
243 #define GSSIZE_TO_BE(val) ((gssize) GINT64_TO_BE (val))
257 #define GSSIZE_TO_LE(val) ((gssize) GINT32_TO_LE (val))
259 #define GSSIZE_TO_BE(val) ((gssize) GINT32_TO_BE (val))
Dgchecksum.h67 gssize g_checksum_type_get_length (GChecksumType checksum_type);
80 gssize length);
95 gssize length);
Dgatomic.c425 gssize in gssize() function
427 gssize val) in gssize()
666 gssize in gssize() function
668 gssize val) in gssize()
887 gssize in gssize() function
889 gssize val) in gssize()
891 gssize *ptr = atomic; in gssize()
892 gssize oldval; in gssize()
/third_party/glib/gio/
Dgbufferedinputstream.h59 gssize (* fill) (GBufferedInputStream *stream,
60 gssize count,
66 gssize count,
71 gssize (* fill_finish) (GBufferedInputStream *stream,
110 gssize g_buffered_input_stream_fill (GBufferedInputStream *stream,
111 gssize count,
116 gssize count,
122 gssize g_buffered_input_stream_fill_finish (GBufferedInputStream *stream,
Dgiowin32-private.c32 g_wcsdup (const gunichar2 *str, gssize str_len) in g_wcsdup()
62 gssize length, in g_utf16_to_utf8_and_fold()
97 gssize len) in g_utf16_find_basename()
132 gssize len) in g_utf8_find_basename()
171 gssize *executable_len, in _g_win32_parse_filename()
178 gssize len; in _g_win32_parse_filename()
179 gssize execlen; in _g_win32_parse_filename()
278 gssize execlen; in _g_win32_extract_executable()
287 folded = g_utf16_to_utf8_and_fold (executable, (gssize) execlen, &ex, &ex_folded); in _g_win32_extract_executable()
333 gssize filename_len = 0; in _g_win32_extract_executable()
[all …]
Dgbufferedinputstream.c84 static gssize g_buffered_input_stream_skip (GInputStream *stream,
94 static gssize g_buffered_input_stream_skip_finish (GInputStream *stream,
97 static gssize g_buffered_input_stream_read (GInputStream *stream,
102 static gssize g_buffered_input_stream_real_fill (GBufferedInputStream *stream,
103 gssize count,
107 gssize count,
112 static gssize g_buffered_input_stream_real_fill_finish (GBufferedInputStream *stream,
403 gssize
405 gssize count, in g_buffered_input_stream_fill()
411 gssize res; in g_buffered_input_stream_fill()
[all …]
Dginputstream.h61 gssize (* read_fn) (GInputStream *stream,
66 gssize (* skip) (GInputStream *stream,
82 gssize (* read_finish) (GInputStream *stream,
91 gssize (* skip_finish) (GInputStream *stream,
116 gssize g_input_stream_read (GInputStream *stream,
134 gssize g_input_stream_skip (GInputStream *stream,
151 gssize g_input_stream_read_finish (GInputStream *stream,
188 gssize g_input_stream_skip_finish (GInputStream *stream,
Dgpollableinputstream.c44 static gssize g_pollable_input_stream_default_read_nonblocking (GPollableInputStream *stream,
142 static gssize
184 gssize
191 gssize res; in g_pollable_input_stream_read_nonblocking()
202 if (((gssize) count) < 0) in g_pollable_input_stream_read_nonblocking()
Dginputstream.c59 static gssize g_input_stream_real_skip (GInputStream *stream,
70 static gssize g_input_stream_real_read_finish (GInputStream *stream,
79 static gssize g_input_stream_real_skip_finish (GInputStream *stream,
160 gssize
168 gssize res; in g_input_stream_read()
176 if (((gssize) count) < 0) in g_input_stream_read()
249 gssize res; in g_input_stream_read_all()
320 gssize nread; in g_input_stream_read_bytes()
362 gssize
369 gssize res; in g_input_stream_skip()
[all …]
Dgoutputstream.h66 gssize (* write_fn) (GOutputStream *stream,
71 gssize (* splice) (GOutputStream *stream,
92 gssize (* write_finish) (GOutputStream *stream,
102 gssize (* splice_finish) (GOutputStream *stream,
155 gssize g_output_stream_write (GOutputStream *stream,
198 gssize g_output_stream_write_bytes (GOutputStream *stream,
203 gssize g_output_stream_splice (GOutputStream *stream,
225 gssize g_output_stream_write_finish (GOutputStream *stream,
281 gssize g_output_stream_write_bytes_finish (GOutputStream *stream,
293 gssize g_output_stream_splice_finish (GOutputStream *stream,
Dgsocket.h182 gssize g_socket_get_available_bytes (GSocket *socket);
206 gssize g_socket_receive (GSocket *socket,
212 gssize g_socket_receive_from (GSocket *socket,
219 gssize g_socket_send (GSocket *socket,
225 gssize g_socket_send_to (GSocket *socket,
232 gssize g_socket_receive_message (GSocket *socket,
242 gssize g_socket_send_message (GSocket *socket,
288 gssize g_socket_receive_with_blocking (GSocket *socket,
295 gssize g_socket_send_with_blocking (GSocket *socket,
Dgpollableoutputstream.c45 static gssize g_pollable_output_stream_default_write_nonblocking (GPollableOutputStream *stream,
149 static gssize
180 gssize res; in g_pollable_output_stream_default_writev_nonblocking()
256 gssize
263 gssize res; in g_pollable_output_stream_write_nonblocking()
274 if (((gssize) count) < 0) in g_pollable_output_stream_write_nonblocking()
Dgfilterinputstream.c56 static gssize g_filter_input_stream_read (GInputStream *stream,
61 static gssize g_filter_input_stream_skip (GInputStream *stream,
249 static gssize
258 gssize nread; in g_filter_input_stream_read()
272 static gssize
280 gssize nskipped; in g_filter_input_stream_skip()
Dgmemoryinputstream.c51 static gssize g_memory_input_stream_read (GInputStream *stream,
56 static gssize g_memory_input_stream_skip (GInputStream *stream,
69 static gssize g_memory_input_stream_skip_finish (GInputStream *stream,
197 gssize len, in g_memory_input_stream_new_from_data()
246 gssize len, in g_memory_input_stream_add_data()
288 static gssize
342 static gssize
377 gssize nskipped; in g_memory_input_stream_skip_async()
391 static gssize
Dgdatainputstream.c292 gssize res; in read_data()
624 static gssize
635 gssize found_pos; in scan_for_newline()
754 gssize found_pos; in g_data_input_stream_read_line()
755 gssize res; in g_data_input_stream_read_line()
855 static gssize
970 gssize bytes; in g_data_input_stream_read_complete()
996 gssize found_pos; in g_data_input_stream_read_line_ready()
1003 gssize bytes; in g_data_input_stream_read_line_ready()
1073 gssize stop_chars_len, in g_data_input_stream_read_async()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstmemory.h289 typedef GstMemory * (*GstMemoryCopyFunction) (GstMemory *mem, gssize offset, gssize size);
303 typedef GstMemory * (*GstMemoryShareFunction) (GstMemory *mem, gssize offset, gssize size);
353 void gst_memory_resize (GstMemory *mem, gssize offset, gsize size);
374 GstMemory * gst_memory_copy (GstMemory *mem, gssize offset, gssize size) G_GNUC_WARN_UNU…
377 GstMemory * gst_memory_share (GstMemory *mem, gssize offset, gssize size) G_GNUC_WARN_UNU…
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Damf.h59 GstAmfNode * gst_amf_node_new_string (const gchar * value, gssize size);
60 GstAmfNode * gst_amf_node_new_take_string (gchar * value, gssize size);
84 void gst_amf_node_set_string (GstAmfNode * node, const gchar * value, gssize size);
85 void gst_amf_node_take_string (GstAmfNode * node, gchar * value, gssize size);
96 const gchar * name, const gchar * value, gssize size);
98 const gchar * name, gchar * value, gssize size);
/third_party/libsoup/libsoup/
Dsoup-body-input-stream.c120 static gssize
128 gssize nread; in soup_body_input_stream_read_raw()
146 static gssize
156 gssize nread; in soup_body_input_stream_read_chunked()
230 static gssize
239 gssize nread; in read_internal()
274 static gssize
281 gssize skipped; in soup_body_input_stream_skip()
295 static gssize
334 static gssize
Dsoup-content-sniffer-stream.c100 static gssize
105 gssize nread; in read_and_sniff()
145 static gssize
154 gssize nread; in read_internal()
190 static gssize
201 static gssize
208 gssize nskipped; in soup_content_sniffer_stream_skip()
259 static gssize
Dsoup-body-output-stream.c102 static gssize
110 gssize nwrote, my_count; in soup_body_output_stream_write_raw()
138 static gssize
147 gssize nwrote, len; in soup_body_output_stream_write_chunked()
176 if (nwrote < (gssize)count) in soup_body_output_stream_write_chunked()
200 static gssize
248 static gssize

12345678910>>...12