| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | data_count.c | 12 ds->count = src->count; in data_count_copy() 30 ds->count = 0; in data_count_reset() 37 ds_dst->count += ds_src->count; in data_count_insert_dup() 48 fprintf(stdout, "count(%d)", ds->count); in data_count_print() 58 ds->count = 1; in data_count_init()
|
| H A D | md5.c | 115 context->count[0] = context->count[1] = 0; in li_MD5_Init() 134 ndx = (unsigned int)((context->count[0] >> 3) & 0x3F); in li_MD5_Update() 137 if ((context->count[0] += ((UINT4)inputLen << 3)) in li_MD5_Update() 140 context->count[1]++; in li_MD5_Update() 141 context->count[1] += ((UINT4)inputLen >> 29); in li_MD5_Update() 175 Encode (bits, context->count, 8); in li_MD5_Final() 179 ndx = (unsigned int)((context->count[0] >> 3) & 0x3f); in li_MD5_Final()
|
| H A D | mod_rrdtool.c | 190 static ssize_t safe_write(int fd, const void *buf, size_t count) { in safe_write() argument 194 res = write(fd, buf, count); in safe_write() 198 if (res == 0 || (size_t) res == count) return sum; in safe_write() 199 count -= res; in safe_write() 213 static ssize_t safe_read(int fd, void *buf, size_t count) { in safe_read() argument 217 res = read(fd, buf, count); in safe_read()
|
| H A D | lemon.c | 3807 x1a->count = 0; in Strsafe_init() 3846 array.count = x1a->count; 3969 x2a->count = 0; in Symbol_init() 4009 array.count = x2a->count; 4087 size = x2a->count; in Symbol_arrayof() 4175 x3a->count = 0; in State_init() 4215 array.count = x3a->count; 4274 size = x3a->count; in State_arrayof() 4321 x4a->count = 0; in Configtable_init() 4360 array.count = x4a->count; [all …]
|
| H A D | md5.h | 40 UINT4 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
|
| H A D | array.h | 50 int count; member
|
| H A D | mod_accesslog.c | 504 size_t j, count; in SETDEFAULTS_FUNC() local 520 count = 0; in SETDEFAULTS_FUNC() 528 if (++count > 1) { in SETDEFAULTS_FUNC()
|
| H A D | connections.c | 204 int r, ssl_err, len, count = 0, read_offset, toread; local 243 count += len; 245 } while (len == toread && count < MAX_READ_LIMIT);
|
| /mOS-networking-stack/core/src/ |
| H A D | tcp_stream_queue.c | 62 sq->count = 0; in CreateInternalStreamQueue() 84 if (sq->count >= sq->size) { in StreamInternalEnqueue() 87 "count: %d, size: %d\n", sq->count, sq->size); in StreamInternalEnqueue() 92 sq->count++; in StreamInternalEnqueue() 96 assert (sq->count <= sq->size); in StreamInternalEnqueue() 106 if (sq->count <= 0) { in StreamInternalDequeue() 115 sq->count--; in StreamInternalDequeue() 116 assert(sq->count >= 0); in StreamInternalDequeue()
|
| H A D | pcap_module.c | 23 uint16_t count[MAX_DEVICES]; member 73 if (ppc->count[nif] > 0) { in pcap_send_pkts() 77 ppc->count[nif] = 0; in pcap_send_pkts() 87 ppc->count[ifidx] = 1; in pcap_get_wptr()
|
| H A D | dpdk_module.c | 485 uint8_t portid, count, all_ports_up, print_flag = 0; in check_all_ports_link_status() local 490 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status() 527 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
|
| H A D | mos_api.c | 327 size_t count, off_t seq_num) in ExtractPayloadFromFrags() argument 333 cpbytesleft = count; in ExtractPayloadFromFrags() 340 memcpy(buf + count - cpbytesleft, in ExtractPayloadFromFrags() 353 count -= cpbytesleft; in ExtractPayloadFromFrags() 356 return count; in ExtractPayloadFromFrags() 362 char *buf, size_t count, uint64_t off) in mtcp_ppeek() argument 409 return tcprb_ppeek(rcvbuf, (uint8_t *)buf, count, off); in mtcp_ppeek()
|
| H A D | config.c | 1125 int i, count; in PatchCONFIG() local 1131 for (count = 0; value != 0; count++, value &= value-1); in PatchCONFIG() 1132 if (count > num_cpus) { in PatchCONFIG() 1137 if (count > MAX_CPUS) { in PatchCONFIG() 1142 g_config.mos->num_cores = count; in PatchCONFIG()
|
| H A D | core.c | 666 max_cnt = mtcp->closeq_int->count; in HandleApplicationCalls() 732 max_cnt = mtcp->resetq_int->count; in HandleApplicationCalls()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_stream_queue.h | 46 int count; member
|
| H A D | mos_api.h | 447 char *buf, size_t count, uint64_t off);
|
| /mOS-networking-stack/core/include/ |
| H A D | mos_api.h | 447 char *buf, size_t count, uint64_t off);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | Makefile.in | 899 desc=$$1 count=$$2; \ 900 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 905 echo "$${color_start}# $$desc $$count$${color_end}"; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 44 * [ssl] count renegotiations to prevent client renegotiations
|
| H A D | configure | 7595 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then 7625 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 3398 [if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then 3415 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then 3417 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
|