Home
last modified time | relevance | path

Searched refs:rcount (Results 1 - 25 of 72) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/
H A Dmem.c85 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument
89 if (rcount != NULL) in CRYPTO_get_alloc_counts()
90 *rcount = LOAD(realloc_count); in CRYPTO_get_alloc_counts()
/third_party/openssl/crypto/
H A Dmem.c85 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument
89 if (rcount != NULL) in CRYPTO_get_alloc_counts()
90 *rcount = LOAD(realloc_count); in CRYPTO_get_alloc_counts()
/third_party/curl/tests/server/
H A Dtftpd.c108 size_t rcount; /* amount of data left to read of the file */ member
380 size_t copy_n = MIN(SEGSIZE, test->rcount); in read_ahead()
384 test->rcount -= copy_n; in read_ahead()
400 if(test->rcount) { in read_ahead()
403 test->rcount--; in read_ahead()
1088 test->rcount = count; /* set data left to read */ in validate_access()
1146 test->rcount = count; /* set data left to read */ in validate_access()
H A Dsockfilt.c162 DWORD mode, rcount = 0; in read_wincon() local
173 success = ReadConsole(handle, buf, curlx_uztoul(count), &rcount, NULL); in read_wincon()
176 success = ReadFile(handle, buf, curlx_uztoul(count), &rcount, NULL); in read_wincon()
179 return rcount; in read_wincon()
/third_party/libuv/include/uv/
H A Dbsd.h29 int rcount; \
H A Ddarwin.h34 int rcount; \
/third_party/node/deps/uv/include/uv/
H A Dbsd.h29 int rcount; \
H A Ddarwin.h34 int rcount; \
/third_party/node/deps/uv/src/unix/
H A Dkqueue.c336 w->rcount = ev->data; in uv__io_poll()
352 w->rcount = ev->data; in uv__io_poll()
H A Dstream.c499 # define UV_DEC_BACKLOG(w) w->rcount--;
523 if (w->rcount <= 0) in uv__server_io()
/third_party/alsa-utils/aplay/
H A Daplay.c2245 static ssize_t pcm_read(uint8_t *data, size_t rcount) argument
2249 size_t count = rcount;
2284 return result > rcount ? rcount : result;
2287 static ssize_t pcm_readv(uint8_t **data, unsigned int channels, size_t rcount) argument
2291 size_t count = rcount;
2332 return rcount;
/third_party/openssl/ohos_lite/include/openssl/
H A Dcrypto.h298 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 Dcrypto.h379 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 Dcrypto.h379 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 Dcrypto.h379 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 Dcrypto.h379 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 Dcrypto.h379 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 Dcrypto.h379 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 Dcrypto.h379 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 Dcrypto.h379 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 Dcrypto.h379 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 Dcrypto.h379 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 Dcrypto.h379 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 Dcrypto.h379 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 Dcrypto.h379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);

Completed in 26 milliseconds

123