Searched refs:resbuf (Results 1 – 7 of 7) sorted by relevance
/third_party/nghttp2/lib/ |
D | nghttp2_buf.c | 438 nghttp2_buf resbuf; in nghttp2_bufs_remove() local 456 nghttp2_buf_wrap_init(&resbuf, res, len); in nghttp2_bufs_remove() 460 resbuf.last = nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove() 472 nghttp2_buf resbuf; in nghttp2_bufs_remove_copy() local 476 nghttp2_buf_wrap_init(&resbuf, out, len); in nghttp2_bufs_remove_copy() 480 resbuf.last = nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove_copy()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_buf.c | 438 nghttp2_buf resbuf; in nghttp2_bufs_remove() local 456 nghttp2_buf_wrap_init(&resbuf, res, len); in nghttp2_bufs_remove() 460 resbuf.last = nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove() 472 nghttp2_buf resbuf; in nghttp2_bufs_remove_copy() local 476 nghttp2_buf_wrap_init(&resbuf, out, len); in nghttp2_bufs_remove_copy() 480 resbuf.last = nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove_copy()
|
/third_party/ltp/testcases/kernel/syscalls/gethostbyname_r/ |
D | gethostbyname_r01.c | 68 struct hostent resbuf; in check_vulnerable() local 84 retval = gethostbyname_r(name, &resbuf, temp.buffer, in check_vulnerable()
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 1150 void *resbuf; in _ctypes_callproc() local 1223 resbuf = alloca(max(rtype->size, sizeof(ffi_arg))); in _ctypes_callproc() 1228 if (resbuf != NULL) { in _ctypes_callproc() 1229 __msan_unpoison(resbuf, max(rtype->size, sizeof(ffi_arg))); in _ctypes_callproc() 1234 if (!resbuf || !avalues || !atypes) { in _ctypes_callproc() 1260 rtype, resbuf, in _ctypes_callproc() 1280 resbuf = (char *)resbuf + sizeof(ffi_arg) - rtype->size; in _ctypes_callproc() 1286 if (*(int *)resbuf & 0x80000000) in _ctypes_callproc() 1287 retval = GetComError(*(HRESULT *)resbuf, iid, pIunk); in _ctypes_callproc() 1289 retval = PyLong_FromLong(*(int *)resbuf); in _ctypes_callproc() [all …]
|
/third_party/mksh/ |
D | exec.c | 1588 hereinval(struct ioword *iop, int sub, char **resbuf, struct shf *shf) in hereinval() argument 1614 if (resbuf == NULL) in hereinval() 1617 strdupx(*resbuf, ccp, APERM); in hereinval() 1624 herein(struct ioword *iop, char **resbuf) in herein() argument 1635 if (resbuf != NULL) in herein() 1636 return (hereinval(iop, i, resbuf, NULL)); in herein()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlreader.c | 1735 xmlChar *resbuf; in xmlTextReaderReadInnerXml() local 1760 resbuf = buff->content; in xmlTextReaderReadInnerXml() 1764 return resbuf; in xmlTextReaderReadInnerXml() 1782 xmlChar *resbuf; in xmlTextReaderReadOuterXml() local 1805 resbuf = buff->content; in xmlTextReaderReadOuterXml() 1810 return resbuf; in xmlTextReaderReadOuterXml()
|
/third_party/libxml2/ |
D | xmlreader.c | 1767 xmlChar *resbuf; in xmlTextReaderReadInnerXml() local 1794 resbuf = buff->content; in xmlTextReaderReadInnerXml() 1798 return resbuf; in xmlTextReaderReadInnerXml() 1816 xmlChar *resbuf; in xmlTextReaderReadOuterXml() local 1839 resbuf = buff->content; in xmlTextReaderReadOuterXml() 1844 return resbuf; in xmlTextReaderReadOuterXml()
|