Home | History | Annotate | Download | only in glib

Lines Matching refs:bytes_read

562  * @bytes_read:    location to store the number of bytes in the
600 gsize *bytes_read,
683 if (bytes_read)
684 *bytes_read = p - str;
724 * @bytes_read: location to store the number of bytes in the
751 gsize *bytes_read,
766 if (bytes_read)
767 *bytes_read = 0;
776 bytes_read, bytes_written,
796 * @bytes_read: location to store the number of bytes in the
827 gsize *bytes_read,
859 bytes_read, bytes_written, &local_error);
879 if (bytes_read)
880 *bytes_read = 0;
889 bytes_read, &inbytes_remaining, error);
1027 gsize *bytes_read,
1035 if (bytes_read)
1036 *bytes_read = 0;
1055 if (bytes_read)
1056 *bytes_read = real_len;
1069 * @bytes_read: location to store the number of bytes in the
1092 gsize *bytes_read,
1099 return strdup_len (opsysstring, len, bytes_read, bytes_written, error);
1102 "UTF-8", charset, bytes_read, bytes_written, error);
1110 * @bytes_read: location to store the number of bytes in the
1133 gsize *bytes_read,
1140 return strdup_len (utf8string, len, bytes_read, bytes_written, error);
1143 charset, "UTF-8", bytes_read, bytes_written, error);
1322 * @bytes_read: location to store the number of bytes in the
1345 gsize *bytes_read,
1352 return strdup_len (opsysstring, len, bytes_read, bytes_written, error);
1355 "UTF-8", charset, bytes_read, bytes_written, error);
1370 gsize *bytes_read,
1377 return strdup_len (opsysstring, len, bytes_read, bytes_written, error);
1380 "UTF-8", charset, bytes_read, bytes_written, error);
1390 * @bytes_read: location to store the number of bytes in the
1413 gsize *bytes_read,
1420 return strdup_len (utf8string, len, bytes_read, bytes_written, error);
1423 charset, "UTF-8", bytes_read, bytes_written, error);
1435 gsize *bytes_read,
1442 return strdup_len (utf8string, len, bytes_read, bytes_written, error);
1445 charset, "UTF-8", bytes_read, bytes_written, error);