/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/ |
H A D | minimal-secure-streams-client-tx.c | 41 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument 69 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx() argument
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-echo/ |
H A D | protocol_lws_minimal_server_echo.c | 27 size_t len; member 61 callback_minimal_server_echo(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_minimal_server_echo() argument [all...] |
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
H A D | protocol_lws_minimal.c | 22 size_t len; member 86 int len = 128, index = 1, n, whoami = 0; in thread_spam() local 144 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_minimal() argument
|
/third_party/libexif/test/ |
H A D | test-parse-from-data.c | 164 size_t len = p-start; in split_ws_string() local
|
H A D | test-parse.c | 133 size_t len = p-start; in split_ws_string() local
|
/third_party/libfuse/lib/ |
H A D | buffer.c | 42 fuse_buf_write(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len) fuse_buf_write() argument 76 fuse_buf_read(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len) fuse_buf_read() argument 110 fuse_buf_fd_to_fd(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len) fuse_buf_fd_to_fd() argument 161 fuse_buf_splice(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_splice() argument 216 fuse_buf_splice(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_splice() argument 227 fuse_buf_copy_one(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_copy_one() argument 265 fuse_bufvec_advance(struct fuse_bufvec *bufv, size_t len) fuse_bufvec_advance() argument 297 size_t len; fuse_buf_copy() local [all...] |
H A D | mount_util.c | 364 int len = 0; in fuse_mnt_parse_fuse_fd() local
|
H A D | mount_bsd.c | 140 size_t len; in init_backgrounded() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | target-riscv.c | 55 size_t len = strlen(pat); in parse_march_riscv() local 68 size_t len = strlen(pat); in parse_march_riscv() local
|
/third_party/lwip/src/netif/ppp/ |
H A D | fsm.c | 321 int len; in fsm_input() local 392 fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) fsm_rconfreq() argument 459 fsm_rconfack(fsm *f, int id, u_char *inp, int len) fsm_rconfack() argument 515 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) fsm_rconfnakrej() argument 580 fsm_rtermreq(fsm *f, int id, u_char *p, int len) fsm_rtermreq() argument 645 fsm_rcoderej(fsm *f, u_char *inp, int len) fsm_rcoderej() argument [all...] |
/third_party/lwip/src/netif/ |
H A D | slipif.c | 547 slipif_received_bytes(struct netif *netif, u8_t *data, u8_t len) in slipif_received_bytes() argument
|
/third_party/lz4/examples/ |
H A D | fileCompress.c | 39 size_t len; in compress_file() local
|
/third_party/lzma/C/ |
H A D | LzFindOpt.c | 285 const Byte *len = (len0 < len1 ? len0 : len1); GetMatchesSpecN_2() local [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array-gen.h | 51 TNode<UintPtrT> len() { return len_; } in len() function in v8::internal::ArrayBuiltinsAssembler
|
H A D | builtins-trace.cc | 32 int len; in MaybeUtf8() local 62 void AllocateSufficientSpace(int len) { in AllocateSufficientSpace() argument [all...] |
/third_party/node/deps/v8/src/bigint/ |
H A D | bigint-internal.h | 144 explicit ScratchDigits(int len) : RWDigits(nullptr, len), storage_(len) { in ScratchDigits() argument
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | gc-info-table.cc | 121 void GCInfoTable::CheckMemoryIsZeroed(uintptr_t* base, size_t len) { in CheckMemoryIsZeroed() argument
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-writer.cc | 25 size_t len = strlen(str); in WriteJSONStringToStream() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-segments.cc | 65 int32_t len = segments->unicode_string().raw()->length(); in Containing() local
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-array.cc | 241 int64_t len; in RUNTIME_FUNCTION() local 342 int64_t len; RUNTIME_FUNCTION() local [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | instr.c | 257 int len; member
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | ldso_cfi_test.cpp | 25 size_t len; member
|
/third_party/mesa3d/src/util/ |
H A D | os_file.c | 90 readN(int fd, char *buf, size_t len) in readN() argument 132 size_t len = 64; in os_read_file() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_type.c | 287 unsigned len = LLVMGetVectorSize(t); in lp_sizeof_llvm_type() local 294 unsigned len = LLVMGetArrayLength(t); in lp_sizeof_llvm_type() local 359 unsigned len = LLVMGetVectorSize(t); in lp_dump_llvmtype() local 371 unsigned len = LLVMGetArrayLength(t); in lp_dump_llvmtype() local
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
H A D | pipe_loader.c | 187 int len, ret; in pipe_loader_find_module() local
|