/third_party/curl/lib/vquic/ |
H A D | vquic.c | 345 int mcount, i, n; in recvmmsg_packets() local 364 while((mcount = recvmmsg(qctx->sockfd, mmsg, n, 0, NULL)) == -1 && in recvmmsg_packets() 367 if(mcount == -1) { in recvmmsg_packets() 384 mcount, SOCKERRNO, errstr); in recvmmsg_packets() 389 CURL_TRC_CF(data, cf, "recvmmsg() -> %d packets", mcount); in recvmmsg_packets() 390 pkts += mcount; in recvmmsg_packets() 391 for(i = 0; i < mcount; ++i) { in recvmmsg_packets()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | mem.c | 85 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument 87 if (mcount != NULL) in CRYPTO_get_alloc_counts() 88 *mcount = LOAD(malloc_count); in CRYPTO_get_alloc_counts()
|
/third_party/openssl/crypto/ |
H A D | mem.c | 85 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument 87 if (mcount != NULL) in CRYPTO_get_alloc_counts() 88 *mcount = LOAD(malloc_count); in CRYPTO_get_alloc_counts()
|
/third_party/toybox/toys/posix/ |
H A D | grep.c | 115 long lcount = 0, mcount = 0, offset = 0, after = 0, before = 0; in do_grep() local 320 mcount++; in do_grep() 348 if (discard && mcount) bars = "--"; in do_grep() 352 if (FLAG(m) && mcount >= TT.m) break; in do_grep() 355 if (FLAG(c)) outline(0, ':', name, mcount, 0, 1); in do_grep()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | crypto.h | 298 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|