Home
last modified time | relevance | path

Searched refs:resbuf (Results 1 - 7 of 7) sorted by relevance

/third_party/backends/lib/
H A Dmd5.c65 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
67 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
98 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) in md5_read_ctx() argument
100 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A); in md5_read_ctx()
101 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B); in md5_read_ctx()
102 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C); in md5_read_ctx()
103 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D); in md5_read_ctx()
105 return resbuf; in md5_read_ctx()
114 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) in md5_finish_ctx() argument
139 return md5_read_ctx (ctx, resbuf); in md5_finish_ctx()
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_buf.c438 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/
H A Dnghttp2_buf.c438 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/
H A Dcallproc.c1152 void *resbuf; in _ctypes_callproc() local
1226 resbuf = alloca(max(rtype->size, sizeof(ffi_arg))); in _ctypes_callproc()
1229 /* ffi_call actually initializes resbuf, but from asm, which in _ctypes_callproc()
1231 if (resbuf != NULL) { in _ctypes_callproc()
1232 __msan_unpoison(resbuf, max(rtype->size, sizeof(ffi_arg))); in _ctypes_callproc()
1237 if (!resbuf || !avalues || !atypes) { in _ctypes_callproc()
1263 rtype, resbuf, in _ctypes_callproc()
1283 resbuf = (char *)resbuf + sizeof(ffi_arg) - rtype->size; in _ctypes_callproc()
1289 if (*(int *)resbuf in _ctypes_callproc()
[all...]
/third_party/backends/include/
H A Dmd5.h134 extern void *__md5_finish_ctx __P ((struct md5_ctx *ctx, void *resbuf));
143 extern void *__md5_read_ctx __P ((const struct md5_ctx *ctx, void *resbuf));
/third_party/ltp/testcases/kernel/syscalls/gethostbyname_r/
H A Dgethostbyname_r01.c68 struct hostent resbuf; in check_vulnerable() local
84 retval = gethostbyname_r(name, &resbuf, temp.buffer, in check_vulnerable()
/third_party/mksh/
H A Dexec.c1588 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()

Completed in 10 milliseconds