Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dioctl.c263 LCN start_buf; in fstrim() local
318 for (start_buf = 0; start_buf < vol->nr_clusters; in fstrim()
319 start_buf += FSTRIM_BUFSIZ * 8) { in fstrim()
327 end_buf = start_buf + FSTRIM_BUFSIZ*8; in fstrim()
330 count = (end_buf - start_buf) / 8; in fstrim()
332 br = ntfs_attr_pread(vol->lcnbmp_na, start_buf/8, count, buf); in fstrim()
345 for (start_lcn = start_buf; start_lcn < end_buf; ++start_lcn) { in fstrim()
346 if (!ntfs_bit_get(buf, start_lcn-start_buf)) { in fstrim()
358 !ntfs_bit_get(buf, end_lcn-start_buf)) in fstrim()
/third_party/gettext/gnulib-local/lib/libxml/
Dbuf.c393 size_t start_buf = buf->content - buf->contentIO; in xmlBufEmpty() local
395 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()
505 size_t start_buf = buf->content - buf->contentIO; in xmlBufGrowInternal() local
507 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufGrowInternal()
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()
[all …]
Dtree.c7229 size_t start_buf = buf->content - buf->contentIO; in xmlBufferEmpty() local
7231 buf->size += start_buf; in xmlBufferEmpty()
7269 size_t start_buf = buf->content - buf->contentIO; in xmlBufferShrink() local
7270 if (start_buf >= buf->size) { in xmlBufferShrink()
7274 buf->size += start_buf; in xmlBufferShrink()
7319 size_t start_buf = buf->content - buf->contentIO; in xmlBufferGrow() local
7321 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufferGrow()
7327 buf->content = newbuf + start_buf; in xmlBufferGrow()
7422 size_t start_buf; in xmlBufferResize() local
7471 start_buf = buf->content - buf->contentIO; in xmlBufferResize()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
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()
/third_party/libxml2/
Dbuf.c370 size_t start_buf = buf->content - buf->contentIO; in xmlBufEmpty() local
372 buf->size += start_buf; in xmlBufEmpty()
415 size_t start_buf = buf->content - buf->contentIO; in xmlBufShrink() local
416 if (start_buf >= buf->size) { in xmlBufShrink()
420 buf->size += start_buf; in xmlBufShrink()
477 size_t start_buf = buf->content - buf->contentIO; in xmlBufGrowInternal() local
479 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufGrowInternal()
485 buf->content = newbuf + start_buf; in xmlBufGrowInternal()
750 size_t start_buf; in xmlBufResize() local
813 start_buf = buf->content - buf->contentIO; in xmlBufResize()
[all …]
Dtree.c7250 size_t start_buf = buf->content - buf->contentIO; in xmlBufferEmpty() local
7252 buf->size += start_buf; in xmlBufferEmpty()
7290 size_t start_buf = buf->content - buf->contentIO; in xmlBufferShrink() local
7291 if (start_buf >= buf->size) { in xmlBufferShrink()
7295 buf->size += start_buf; in xmlBufferShrink()
7335 size_t start_buf = buf->content - buf->contentIO; in xmlBufferGrow() local
7337 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufferGrow()
7343 buf->content = newbuf + start_buf; in xmlBufferGrow()
7438 size_t start_buf; in xmlBufferResize() local
7495 start_buf = buf->content - buf->contentIO; in xmlBufferResize()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_tnc.c132 char *start_buf, *end_buf; in eap_tnc_build() local
138 start_buf = tncs_if_tnccs_start(data->tncs); in eap_tnc_build()
139 if (start_buf == NULL) in eap_tnc_build()
141 start_len = os_strlen(start_buf); in eap_tnc_build()
144 os_free(start_buf); in eap_tnc_build()
152 os_free(start_buf); in eap_tnc_build()
157 wpabuf_put_data(req, start_buf, start_len); in eap_tnc_build()
158 os_free(start_buf); in eap_tnc_build()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_tnc.c132 char *start_buf, *end_buf; in eap_tnc_build() local
138 start_buf = tncs_if_tnccs_start(data->tncs); in eap_tnc_build()
139 if (start_buf == NULL) in eap_tnc_build()
141 start_len = os_strlen(start_buf); in eap_tnc_build()
144 os_free(start_buf); in eap_tnc_build()
152 os_free(start_buf); in eap_tnc_build()
157 wpabuf_put_data(req, start_buf, start_len); in eap_tnc_build()
158 os_free(start_buf); in eap_tnc_build()
/third_party/python/PC/
Dgetpathp.c834 wchar_t *buf, *start_buf; in calculate_module_search_path() local
839 start_buf = buf; in calculate_module_search_path()
842 if (wcscpy_s(buf, bufsz - (buf - start_buf), in calculate_module_search_path()
850 if (wcscpy_s(buf, bufsz - (buf - start_buf), zip_path)) { in calculate_module_search_path()
857 if (wcscpy_s(buf, bufsz - (buf - start_buf), calculate->user_path)) { in calculate_module_search_path()
864 if (wcscpy_s(buf, bufsz - (buf - start_buf), calculate->machine_path)) { in calculate_module_search_path()
872 if (wcscpy_s(buf, bufsz - (buf - start_buf), PYTHONPATH)) { in calculate_module_search_path()
891 if (wcscpy_s(buf, bufsz - (buf - start_buf), calculate->home)) { in calculate_module_search_path()
932 while (look >= start_buf && *look != DELIM) in calculate_module_search_path()
943 if (look < start_buf) { in calculate_module_search_path()
[all …]
/third_party/uboot/u-boot-2020.01/fs/ext4/
Dext4fs.c64 char *start_buf = buf; in ext4fs_read_file() local
158 n_left = len - ( buf - start_buf ); in ext4fs_read_file()
/third_party/uboot/u-boot-2020.01/cmd/
Dsf.c220 const char *start_buf = buf; in spi_flash_update() local
234 bytes_per_second(buf - start_buf, in spi_flash_update()