Home
last modified time | relevance | path

Searched refs:size_t (Results 8101 - 8125 of 37845) sorted by relevance

1...<<321322323324325326327328329330>>...1514

/third_party/libwebsockets/lib/roles/http/
H A Dprivate-lib-roles-http.h223 size_t pending_return_headers_len;
224 size_t prh_content_length;
336 lws_http_string_to_known_header(const char *s, size_t slen);
339 lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t);
342 lws_http_date_parse_unix(const char *b, size_t len, time_t *t);
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
H A Dmain.c16 size_t size; in test1()
170 size_t size; in test4()
258 size_t size; in test5()
285 size = (size_t)((lws_xos(&xos) & 127) + 1); in test5()
294 size = (size_t)((lws_xos(&xos) & 127) + 1); in test5()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
H A Dminimal-secure-streams-post.c269 size_t pos;
270 size_t len;
294 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
314 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
402 size_t size; in app_system_state_nf()
/third_party/node/test/js-native-api/test_array/
H A Dtest_array.c7 size_t argc = 2; in TestGetElement()
50 size_t argc = 2; in TestHasElement()
89 size_t argc = 2; in TestDeleteElement()
124 size_t argc = 1; in New()
152 size_t argc = 1; in NewWithLength()
/third_party/node/src/
H A Dnode_wasi.h82 void CheckAllocatedSize(size_t previous_size) const;
83 void IncreaseAllocatedSize(size_t size);
84 void DecreaseAllocatedSize(size_t size);
96 uvwasi_errno_t backingStore(char** store, size_t* byte_length);
100 size_t current_uvwasi_memory_ = 0;
/third_party/node/src/quic/
H A Dbindingdata.h28 constexpr size_t kDefaultMaxPacketLength = NGTCP2_MAX_UDP_PAYLOAD_SIZE;
126 void CheckAllocatedSize(size_t previous_size) const;
127 void IncreaseAllocatedSize(size_t size);
128 void DecreaseAllocatedSize(size_t size);
168 size_t current_ngtcp2_memory_ = 0;
/third_party/nghttp2/src/
H A Dinflatehd.cc67 static void decode_hex(uint8_t *dest, const char *src, size_t len) { in decode_hex()
68 size_t i; in decode_hex()
75 json_t *wire, int seq, size_t old_settings_table_size) { in to_json()
99 size_t old_settings_table_size = in inflate_hd()
200 for (size_t i = 0; i < len; ++i) { in perform()
H A Dshrpx_tls.h136 WildcardRevPrefix(const StringRef &prefix, size_t idx) in WildcardRevPrefix()
144 size_t idx;
175 ssize_t add_cert(const StringRef &hostname, size_t index);
304 size_t ocsp_resplen);
310 ssize_t get_x509_fingerprint(uint8_t *dst, size_t dstlen, const X509 *x,
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink_rand.c134 size_t new_cap = 0; in append_loadtasks()
184 struct loadtask *get_loadtask(struct loadtasks *tasks, size_t index) in get_loadtask()
213 size_t index = 0; in shuffle_loadtasks()
215 for (size_t i = 0; i < tasks->length; i++) { in shuffle_loadtasks()
229 size_t name_len = strlen(name); in create_loadtask()
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create_common.h120 void *check_mmap(const char *file, const int lineno, void *addr, size_t length,
123 size_t length, int prot, int flags, int fd, off_t offset);
125 void check_munmap(const char *file, const int lineno, void *p, size_t length);
130 size_t length, int prot);
136 size_t size);
/third_party/lwip/src/netif/
H A Dlowpan6_ble.c150 rfc7668_set_addr(struct lowpan6_link_addr *addr, const u8_t *in_addr, size_t in_addr_len, int is_mac_48, int is_public_addr) in rfc7668_set_addr()
176 rfc7668_set_local_addr_eui64(struct netif *netif, const u8_t *local_addr, size_t local_addr_len) in rfc7668_set_local_addr_eui64()
187 rfc7668_set_local_addr_mac48(struct netif *netif, const u8_t *local_addr, size_t local_addr_len, int is_public_addr) in rfc7668_set_local_addr_mac48()
198 rfc7668_set_peer_addr_eui64(struct netif *netif, const u8_t *peer_addr, size_t peer_addr_len) in rfc7668_set_peer_addr_eui64()
209 rfc7668_set_peer_addr_mac48(struct netif *netif, const u8_t *peer_addr, size_t peer_addr_len, int is_public_addr) in rfc7668_set_peer_addr_mac48()
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_win.cc72 const size_t kSymbolsArraySize = 1024; in InitializeSymbols()
109 void OutputTraceToStream(const void* const* trace, size_t count, in OutputTraceToStream()
111 for (size_t i = 0; (i < count) && os->good(); ++i) { in OutputTraceToStream()
226 for (size_t i = count_; i < arraysize(trace_); ++i) trace_[i] = nullptr; in InitTrace()
236 for (size_t i = 0; (i < count_) && os->good(); ++i) { in OutputToStream()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dpacket.cc78 for (size_t a = 0; a < sizeof(val); a++) { in AddNumberSep()
286 size_t Packet::GetPayloadSize() const { return data_.size(); } in GetPayloadSize()
300 size_t saved_read_index = read_index_; in ParseSequence()
324 size_t size = GetPayloadSize(); in GetPacketData()
347 for (size_t offs = 0; offs < size; ++offs) { in GetPacketData()
/third_party/node/deps/v8/src/profiler/
H A Dstrings-storage.cc42 reinterpret_cast<void*>(reinterpret_cast<size_t>(entry->value) + 1); in GetCopy()
65 reinterpret_cast<void*>(reinterpret_cast<size_t>(entry->value) + 1); in AddOrDisposeString()
158 reinterpret_cast<void*>(reinterpret_cast<size_t>(entry->value) - 1); in Release()
168 size_t StringsStorage::GetStringCountForTesting() const { in GetStringCountForTesting()
172 size_t StringsStorage::GetStringSize() { in GetStringSize()
/third_party/musl/ldso/linux/
H A Ddynlink_rand.c134 size_t new_cap = 0; in append_loadtasks()
188 struct loadtask *get_loadtask(struct loadtasks *tasks, size_t index) in get_loadtask()
217 size_t index = 0; in shuffle_loadtasks()
219 for (size_t i = 0; i < tasks->length; i++) { in shuffle_loadtasks()
234 size_t name_len = strlen(name); in create_loadtask()
/third_party/musl/libc-test/src/functional/
H A Drenameat2_test.c42 size_t len = strlen(msg); in WriteFile()
43 size_t n = fwrite(msg, sizeof(char), len, file); in WriteFile()
54 static void ReadFile(char *path, size_t len, char *buf) in ReadFile()
61 size_t n = fread(buf, sizeof(char), len, file); in ReadFile()
72 static void CompareFileString(char *path, size_t readCount, char *compareString) in CompareFileString()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20.c127 size_t len; in chacha20_set_ctx_params()
168 int ossl_chacha20_einit(void *vctx, const unsigned char *key, size_t keylen, in ossl_chacha20_einit()
169 const unsigned char *iv, size_t ivlen, in ossl_chacha20_einit()
187 int ossl_chacha20_dinit(void *vctx, const unsigned char *key, size_t keylen, in ossl_chacha20_dinit()
188 const unsigned char *iv, size_t ivlen, in ossl_chacha20_dinit()
H A Dcipher_rc4_hmac_md5.c85 size_t keylen, const unsigned char *iv, in rc4_hmac_md5_einit()
86 size_t ivlen, const OSSL_PARAM params[]) in rc4_hmac_md5_einit()
94 size_t keylen, const unsigned char *iv, in rc4_hmac_md5_dinit()
95 size_t ivlen, const OSSL_PARAM params[]) in rc4_hmac_md5_dinit()
154 size_t sz; in rc4_hmac_md5_set_ctx_params()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h118 size_t t[16 / sizeof(size_t)];
130 size_t len);
185 size_t l_index;
186 size_t max_l_index;
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dxts128.c26 size_t len, int enc) in CRYPTO_xts128_encrypt()
79 size_t c; in CRYPTO_xts128_encrypt()
85 c += ((size_t)tweak.c[i]) << 1; in CRYPTO_xts128_encrypt()
118 size_t c; in CRYPTO_xts128_encrypt()
124 c += ((size_t)tweak.c[i]) << 1; in CRYPTO_xts128_encrypt()
/third_party/pcre2/pcre2/src/
H A Dpcre2_fuzzsupport.c53 int LLVMFuzzerTestOneInput(const unsigned char *, size_t);
57 int LLVMFuzzerTestOneInput(const unsigned char *data, size_t size) in LLVMFuzzerTestOneInput()
63 size_t match_size; in LLVMFuzzerTestOneInput()
303 size_t filelen; in main()
304 size_t readsize; in main()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-gst.c211 size_t gst_transcode_buffer(void *codec_info, uint32_t timestamp, const uint8_t *input_buffer, size_t input_size, uint8_t *output_buffer, size_t output_size, size_t *processed) { in gst_transcode_buffer()
216 size_t written = 0; in gst_transcode_buffer()
/third_party/python/Include/internal/
H A Dpycore_frame.h196 _PyThreadState_BumpFramePointerSlow(PyThreadState *tstate, size_t size);
199 _PyThreadState_HasStackSpace(PyThreadState *tstate, size_t size) in _PyThreadState_HasStackSpace()
207 size < (size_t)(tstate->datastack_limit - tstate->datastack_top); in _PyThreadState_HasStackSpace()
211 _PyThreadState_BumpFramePointer(PyThreadState *tstate, size_t size) in _PyThreadState_BumpFramePointer()
233 size_t offset_in_gen = offsetof(PyGenObject, gi_iframe); in _PyFrame_GetGenerator()
/third_party/openssl/crypto/modes/
H A Dxts128.c26 size_t len, int enc) in CRYPTO_xts128_encrypt()
79 size_t c; in CRYPTO_xts128_encrypt()
85 c += ((size_t)tweak.c[i]) << 1; in CRYPTO_xts128_encrypt()
118 size_t c; in CRYPTO_xts128_encrypt()
124 c += ((size_t)tweak.c[i]) << 1; in CRYPTO_xts128_encrypt()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSymbolEnv.h57 size_t operator()(const sh::VarField &x) const in operator ()()
131 void assign(const Name &name, size_t argCount, const TemplateArg *args);
164 size_t paramCount,
166 size_t templateArgCount = 0,
172 size_t templateArgCount = 0,

Completed in 39 milliseconds

1...<<321322323324325326327328329330>>...1514