Searched defs:bufend (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | write_log.c | 266 char buf[BSIZE * 32], *bufend, *cp, *bufstart; in wlog_scan_backward() local
|
H A D | doio.c | 3648 char *cp, *bufend, *ep; in doio_pat_check() local
|
/third_party/backends/backend/ |
H A D | hp5400.h | 83 int bufstart, bufend; /* What is currently the valid buffer */ member
|
/third_party/curl/lib/ |
H A D | mime.h | 86 size_t bufend; /* First unused byte index in input buffer. */ member
|
/third_party/lz4/programs/ |
H A D | util.h | 655 char* bufend = buf + bufSize; in UTIL_createFileList() local
|
/third_party/libcoap/src/ |
H A D | coap_resource.c | 140 const uint8_t *bufend = buf + *buflen; local 618 const uint8_t *bufend = buf + *len; local [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.cc | 1342 auto bufend = rb_.pos() + std::min(MAX_PROXY_LINELEN, rb_.rleft()); in proxy_protocol_read() local
|
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 210 _cupsStrFormatd(char *buf, char *bufend, double number, struct lconv *loc) _cupsStrFormatd() argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 9904 const char *bufend = buf + len; in parse_number_from_buffer() local
|
Completed in 50 milliseconds