Home
last modified time | relevance | path

Searched refs:start_buf (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/math/R/R-4.1.2/src/main/
H A Diosupport.c76 if (iob == NULL || iob->start_buf == NULL) in R_IoBufferWriteReset()
78 iob->write_buf = iob->start_buf; in R_IoBufferWriteReset()
81 iob->read_buf = iob->start_buf; in R_IoBufferWriteReset()
91 if (iob == NULL || iob->start_buf == NULL) in R_IoBufferReadReset()
93 iob->read_buf = iob->start_buf; in R_IoBufferReadReset()
105 iob->start_buf = (BufferListItem*)malloc(sizeof(BufferListItem)); in R_IoBufferInit()
106 if (iob->start_buf == NULL) return 0; in R_IoBufferInit()
107 iob->start_buf->next = NULL; in R_IoBufferInit()
118 if (iob == NULL || iob->start_buf == NULL) in R_IoBufferFree()
120 thisItem = iob->start_buf; in R_IoBufferFree()
[all …]
/dports/math/libRmath/R-4.1.1/src/main/
H A Diosupport.c76 if (iob == NULL || iob->start_buf == NULL) in R_IoBufferWriteReset()
78 iob->write_buf = iob->start_buf; in R_IoBufferWriteReset()
81 iob->read_buf = iob->start_buf; in R_IoBufferWriteReset()
91 if (iob == NULL || iob->start_buf == NULL) in R_IoBufferReadReset()
93 iob->read_buf = iob->start_buf; in R_IoBufferReadReset()
105 iob->start_buf = (BufferListItem*)malloc(sizeof(BufferListItem)); in R_IoBufferInit()
106 if (iob->start_buf == NULL) return 0; in R_IoBufferInit()
107 iob->start_buf->next = NULL; in R_IoBufferInit()
118 if (iob == NULL || iob->start_buf == NULL) in R_IoBufferFree()
120 thisItem = iob->start_buf; in R_IoBufferFree()
[all …]
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Dioctl.c244 LCN start_buf;
302 for (start_buf = 0; start_buf < vol->nr_clusters;
303 start_buf += FSTRIM_BUFSIZ * 8) {
311 end_buf = start_buf + FSTRIM_BUFSIZ*8;
314 count = (end_buf - start_buf) / 8;
316 br = ntfs_attr_pread(vol->lcnbmp_na, start_buf/8, count, buf);
328 for (start_lcn = start_buf; start_lcn < end_buf; ++start_lcn) {
329 if (!ntfs_bit_get(buf, start_lcn-start_buf)) {
339 !ntfs_bit_get(buf, end_lcn-start_buf))
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiPlusStreamHelper.Unix.cs52 private byte[] start_buf; field in System.Drawing.GdiPlusStreamHelper
73 start_buf = new byte[bufsz]; in StreamGetHeaderImpl()
77 bytesRead = stream.Read(start_buf, 0, bufsz); in StreamGetHeaderImpl()
86 Marshal.Copy(start_buf, 0, (IntPtr)(buf.ToInt64()), bytesRead); in StreamGetHeaderImpl()
133 Array.Copy(start_buf, start_buf_pos, managedBuf, 0, bufsz); in StreamGetBytesImpl()
142 Array.Copy(start_buf, start_buf_pos, managedBuf, 0, start_buf_len); in StreamGetBytesImpl()
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dtempfile.c286 Ringbuf *start_buf; member
330 t->start_buf = ringbuf_new(MAX_REAL_SIZE); in tempfile_init()
333 t->start_buf = NULL; in tempfile_init()
403 if (t->start_buf != NULL) { in tempfile_write()
404 u = ringbuf_enqueue(t->start_buf, c, length); in tempfile_write()
416 ringbuf_free(t->start_buf); in tempfile_write()
417 t->start_buf = NULL; in tempfile_write()
434 if (t->start_buf != NULL) in tempfile_abort()
435 ringbuf_free(t->start_buf); in tempfile_abort()
450 if (t->start_buf != NULL) { in tempfile_finished()
[all …]
/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Ddcs.c305 cp = start_buf; in sixel_parse_data()
411 void sixel_parse_header(struct terminal *term, char *start_buf) in sixel_parse_header() argument
431 cp = strchr(start_buf, 'q'); in sixel_parse_header()
435 fprintf(stderr, "sixel_parse_header()\nbuf:%s\n", start_buf); in sixel_parse_header()
439 parse_arg(start_buf, &parm, ';', isdigit); in sixel_parse_header()
502 void decdld_parse_data(char *start_buf, int start_char, struct glyph_t *chars) in decdld_parse_data() argument
519 cp = start_buf; in decdld_parse_data()
546 void decdld_parse_header(struct terminal *term, char *start_buf) in decdld_parse_header() argument
581 cp = strchr(start_buf, '{'); in decdld_parse_header()
585 fprintf(stderr, "decdld_parse_header()\nbuf:%s\n", start_buf); in decdld_parse_header()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/src/
H A Dbuf.c366 buf->size += start_buf; in xmlBufEmpty()
409 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
410 if (start_buf >= buf->size) { in xmlBufShrink()
414 buf->size += start_buf; in xmlBufShrink()
484 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
749 size_t start_buf; in xmlBufResize() local
808 start_buf = buf->content - buf->contentIO; in xmlBufResize()
810 if (start_buf > newSize) { in xmlBufResize()
815 buf->size += start_buf; in xmlBufResize()
823 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gnulib-local/lib/libxml/
H A Dbuf.c395 buf->size += start_buf; in xmlBufEmpty()
438 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
439 if (start_buf >= buf->size) { in xmlBufShrink()
443 buf->size += start_buf; in xmlBufShrink()
513 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
778 size_t start_buf; in xmlBufResize() local
837 start_buf = buf->content - buf->contentIO; in xmlBufResize()
839 if (start_buf > newSize) { in xmlBufResize()
844 buf->size += start_buf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/libxml/
H A Dbuf.c395 buf->size += start_buf; in xmlBufEmpty()
438 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
439 if (start_buf >= buf->size) { in xmlBufShrink()
443 buf->size += start_buf; in xmlBufShrink()
513 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
778 size_t start_buf; in xmlBufResize() local
837 start_buf = buf->content - buf->contentIO; in xmlBufResize()
839 if (start_buf > newSize) { in xmlBufResize()
844 buf->size += start_buf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Dbuf.c395 buf->size += start_buf; in xmlBufEmpty()
438 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
439 if (start_buf >= buf->size) { in xmlBufShrink()
443 buf->size += start_buf; in xmlBufShrink()
513 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
778 size_t start_buf; in xmlBufResize() local
837 start_buf = buf->content - buf->contentIO; in xmlBufResize()
839 if (start_buf > newSize) { in xmlBufResize()
844 buf->size += start_buf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/libxml/
H A Dbuf.c395 buf->size += start_buf; in xmlBufEmpty()
438 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
439 if (start_buf >= buf->size) { in xmlBufShrink()
443 buf->size += start_buf; in xmlBufShrink()
513 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
778 size_t start_buf; in xmlBufResize() local
837 start_buf = buf->content - buf->contentIO; in xmlBufResize()
839 if (start_buf > newSize) { in xmlBufResize()
844 buf->size += start_buf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/
H A Dbuf.c366 buf->size += start_buf; in xmlBufEmpty()
409 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
410 if (start_buf >= buf->size) { in xmlBufShrink()
414 buf->size += start_buf; in xmlBufShrink()
484 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
749 size_t start_buf; in xmlBufResize() local
808 start_buf = buf->content - buf->contentIO; in xmlBufResize()
810 if (start_buf > newSize) { in xmlBufResize()
815 buf->size += start_buf; in xmlBufResize()
823 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Dbuf.c395 buf->size += start_buf; in xmlBufEmpty()
438 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
439 if (start_buf >= buf->size) { in xmlBufShrink()
443 buf->size += start_buf; in xmlBufShrink()
513 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
778 size_t start_buf; in xmlBufResize() local
837 start_buf = buf->content - buf->contentIO; in xmlBufResize()
839 if (start_buf > newSize) { in xmlBufResize()
844 buf->size += start_buf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gnulib-local/lib/libxml/
H A Dbuf.c395 buf->size += start_buf; in xmlBufEmpty()
438 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
439 if (start_buf >= buf->size) { in xmlBufShrink()
443 buf->size += start_buf; in xmlBufShrink()
513 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
778 size_t start_buf; in xmlBufResize() local
837 start_buf = buf->content - buf->contentIO; in xmlBufResize()
839 if (start_buf > newSize) { in xmlBufResize()
844 buf->size += start_buf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gnulib-local/lib/libxml/
H A Dbuf.c395 buf->size += start_buf; in xmlBufEmpty()
438 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
439 if (start_buf >= buf->size) { in xmlBufShrink()
443 buf->size += start_buf; in xmlBufShrink()
513 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
778 size_t start_buf; in xmlBufResize() local
837 start_buf = buf->content - buf->contentIO; in xmlBufResize()
839 if (start_buf > newSize) { in xmlBufResize()
844 buf->size += start_buf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/lib/libxml/
H A Dbuf.c395 buf->size += start_buf; in xmlBufEmpty()
438 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
439 if (start_buf >= buf->size) { in xmlBufShrink()
443 buf->size += start_buf; in xmlBufShrink()
513 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
778 size_t start_buf; in xmlBufResize() local
837 start_buf = buf->content - buf->contentIO; in xmlBufResize()
839 if (start_buf > newSize) { in xmlBufResize()
844 buf->size += start_buf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Dbuf.c395 buf->size += start_buf; in xmlBufEmpty()
438 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
439 if (start_buf >= buf->size) { in xmlBufShrink()
443 buf->size += start_buf; in xmlBufShrink()
513 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
778 size_t start_buf; in xmlBufResize() local
837 start_buf = buf->content - buf->contentIO; in xmlBufResize()
839 if (start_buf > newSize) { in xmlBufResize()
844 buf->size += start_buf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Dbuf.c395 buf->size += start_buf; in xmlBufEmpty()
438 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
439 if (start_buf >= buf->size) { in xmlBufShrink()
443 buf->size += start_buf; in xmlBufShrink()
513 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
778 size_t start_buf; in xmlBufResize() local
837 start_buf = buf->content - buf->contentIO; in xmlBufResize()
839 if (start_buf > newSize) { in xmlBufResize()
844 buf->size += start_buf; in xmlBufResize()
852 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libxml2/vtklibxml2/
H A Dbuf.c366 buf->size += start_buf; in xmlBufEmpty()
409 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
410 if (start_buf >= buf->size) { in xmlBufShrink()
414 buf->size += start_buf; in xmlBufShrink()
484 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
749 size_t start_buf; in xmlBufResize() local
808 start_buf = buf->content - buf->contentIO; in xmlBufResize()
810 if (start_buf > newSize) { in xmlBufResize()
815 buf->size += start_buf; in xmlBufResize()
823 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/
H A Dbuf.c366 buf->size += start_buf; in xmlBufEmpty()
409 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
410 if (start_buf >= buf->size) { in xmlBufShrink()
414 buf->size += start_buf; in xmlBufShrink()
484 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
749 size_t start_buf; in xmlBufResize() local
808 start_buf = buf->content - buf->contentIO; in xmlBufResize()
810 if (start_buf > newSize) { in xmlBufResize()
815 buf->size += start_buf; in xmlBufResize()
823 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/
H A Dbuf.c366 buf->size += start_buf; in xmlBufEmpty()
409 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
410 if (start_buf >= buf->size) { in xmlBufShrink()
414 buf->size += start_buf; in xmlBufShrink()
484 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
749 size_t start_buf; in xmlBufResize() local
808 start_buf = buf->content - buf->contentIO; in xmlBufResize()
810 if (start_buf > newSize) { in xmlBufResize()
815 buf->size += start_buf; in xmlBufResize()
823 buf->content = rebuf + start_buf; in xmlBufResize()
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/src/eap_peer/
H A Deap_tnc.c211 char *start_buf, *end_buf; in eap_tnc_process() local
367 start_buf = tncc_if_tnccs_start(data->tncc); in eap_tnc_process()
368 if (start_buf == NULL) in eap_tnc_process()
370 start_len = os_strlen(start_buf); in eap_tnc_process()
373 os_free(start_buf); in eap_tnc_process()
381 os_free(start_buf); in eap_tnc_process()
386 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()
387 os_free(start_buf); in eap_tnc_process()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/eap_peer/
H A Deap_tnc.c211 char *start_buf, *end_buf; in eap_tnc_process() local
367 start_buf = tncc_if_tnccs_start(data->tncc); in eap_tnc_process()
368 if (start_buf == NULL) in eap_tnc_process()
370 start_len = os_strlen(start_buf); in eap_tnc_process()
373 os_free(start_buf); in eap_tnc_process()
381 os_free(start_buf); in eap_tnc_process()
386 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()
387 os_free(start_buf); in eap_tnc_process()
/dports/net/hostapd/hostapd-2.9/src/eap_peer/
H A Deap_tnc.c211 char *start_buf, *end_buf; in eap_tnc_process() local
367 start_buf = tncc_if_tnccs_start(data->tncc); in eap_tnc_process()
368 if (start_buf == NULL) in eap_tnc_process()
370 start_len = os_strlen(start_buf); in eap_tnc_process()
373 os_free(start_buf); in eap_tnc_process()
381 os_free(start_buf); in eap_tnc_process()
386 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()
387 os_free(start_buf); in eap_tnc_process()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/eap_peer/
H A Deap_tnc.c211 char *start_buf, *end_buf; in eap_tnc_process() local
367 start_buf = tncc_if_tnccs_start(data->tncc); in eap_tnc_process()
368 if (start_buf == NULL) in eap_tnc_process()
370 start_len = os_strlen(start_buf); in eap_tnc_process()
373 os_free(start_buf); in eap_tnc_process()
381 os_free(start_buf); in eap_tnc_process()
386 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()
387 os_free(start_buf); in eap_tnc_process()

1234567891011