Searched refs:resbuf (Results 1 – 8 of 8) 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/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/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/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/libxml2/ |
D | xmlreader.c | 1768 xmlChar *resbuf; in xmlTextReaderReadInnerXml() local 1795 resbuf = buff->content; in xmlTextReaderReadInnerXml() 1799 return resbuf; in xmlTextReaderReadInnerXml() 1817 xmlChar *resbuf; in xmlTextReaderReadOuterXml() local 1840 resbuf = buff->content; in xmlTextReaderReadOuterXml() 1845 return resbuf; in xmlTextReaderReadOuterXml()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 6829 …<parameter type-id='type-id-39' name='resbuf' filepath='../.././libiberty/md5.c' line='82' column=… 6834 …<parameter type-id='type-id-39' name='resbuf' filepath='../.././libiberty/md5.c' line='102' column…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 10560 …<parameter type-id='type-id-39' name='resbuf' filepath='../.././libiberty/md5.c' line='82' column=… 10569 …<parameter type-id='type-id-39' name='resbuf' filepath='../.././libiberty/md5.c' line='102' column…
|