Home
last modified time | relevance | path

Searched defs:len (Results 2101 - 2125 of 6469) sorted by relevance

1...<<81828384858687888990>>...259

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
H A Dminimal-secure-streams-client-tx.c41 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 Dprotocol_lws_minimal_server_echo.c27 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 Dprotocol_lws_minimal.c22 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 Dtest-parse-from-data.c164 size_t len = p-start; in split_ws_string() local
H A Dtest-parse.c133 size_t len = p-start; in split_ws_string() local
/third_party/libfuse/lib/
H A Dbuffer.c42 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 Dmount_util.c364 int len = 0; in fuse_mnt_parse_fuse_fd() local
H A Dmount_bsd.c140 size_t len; in init_backgrounded() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-riscv.c55 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 Dfsm.c321 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 Dslipif.c547 slipif_received_bytes(struct netif *netif, u8_t *data, u8_t len) in slipif_received_bytes() argument
/third_party/lz4/examples/
H A DfileCompress.c39 size_t len; in compress_file() local
/third_party/lzma/C/
H A DLzFindOpt.c285 const Byte *len = (len0 < len1 ? len0 : len1); GetMatchesSpecN_2() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.h51 TNode<UintPtrT> len() { return len_; } in len() function in v8::internal::ArrayBuiltinsAssembler
H A Dbuiltins-trace.cc32 int len; in MaybeUtf8() local
62 void AllocateSufficientSpace(int len) { in AllocateSufficientSpace() argument
[all...]
/third_party/node/deps/v8/src/bigint/
H A Dbigint-internal.h144 explicit ScratchDigits(int len) : RWDigits(nullptr, len), storage_(len) { in ScratchDigits() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.cc121 void GCInfoTable::CheckMemoryIsZeroed(uintptr_t* base, size_t len) { in CheckMemoryIsZeroed() argument
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-writer.cc25 size_t len = strlen(str); in WriteJSONStringToStream() local
/third_party/node/deps/v8/src/objects/
H A Djs-segments.cc65 int32_t len = segments->unicode_string().raw()->length(); in Containing() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-array.cc241 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 Dinstr.c257 int len; member
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_cfi_test.cpp25 size_t len; member
/third_party/mesa3d/src/util/
H A Dos_file.c90 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 Dlp_bld_type.c287 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 Dpipe_loader.c187 int len, ret; in pipe_loader_find_module() local

Completed in 13 milliseconds

1...<<81828384858687888990>>...259