Searched refs:ns (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | core.c | 204 (long long unsigned)ns->rx_packets[i], in PrintThreadNetworkStats() 205 (long long unsigned)ns->rx_errors[i], in PrintThreadNetworkStats() 206 GBPS(ns->rx_bytes[i]), in PrintThreadNetworkStats() 207 (long long unsigned)ns->tx_packets[i], in PrintThreadNetworkStats() 208 GBPS(ns->tx_bytes[i])); in PrintThreadNetworkStats() 291 struct net_stat ns; in PrintNetworkStats() local 320 PrintThreadNetworkStats(g_mtcp[i], &ns); in PrintNetworkStats() 325 g_nstat.rx_errors[j] += ns.rx_errors[j]; in PrintNetworkStats() 326 g_nstat.rx_bytes[j] += ns.rx_bytes[j]; in PrintNetworkStats() 328 g_nstat.tx_drops[j] += ns.tx_drops[j]; in PrintNetworkStats() [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_webdav.c | 938 char *ns; member 975 dst, prop->prop, prop->ns, b_200)) { in webdav_get_props() 1277 if (prop->ns && in URIHANDLER_FUNC() 1278 (0 == xmlStrcmp(prop->ns->href, BAD_CAST "")) && in URIHANDLER_FUNC() 1288 free(req_props->ptr[i]->ns); in URIHANDLER_FUNC() 1309 …req_props->ptr[req_props->used]->ns = (char *)xmlStrdup(prop->ns ? prop->ns->href : (xmlChar *)""); in URIHANDLER_FUNC() 1476 free(req_props->ptr[i]->ns); in URIHANDLER_FUNC() 2104 if (prop->ns && in URIHANDLER_FUNC() 2127 if (prop->ns) { in URIHANDLER_FUNC() 2129 (char *)prop->ns->href, in URIHANDLER_FUNC() [all …]
|
| H A D | mod_cgi.c | 232 char *ns; in cgi_response_parse() local 241 NULL != (ns = strchr(s, '\n')); in cgi_response_parse() 242 s = ns + 1, line++) { in cgi_response_parse() 248 ns[0] = '\0'; in cgi_response_parse() 250 if (ns > s && ns[-1] == '\r') ns[-1] = '\0'; in cgi_response_parse()
|
| H A D | mod_proxy.c | 555 char *s, *ns; in proxy_response_parse() local 564 for (s = p->parse_response->ptr; NULL != (ns = strstr(s, "\r\n")); s = ns + 2) { in proxy_response_parse() 570 ns[0] = '\0'; in proxy_response_parse() 571 ns[1] = '\0'; in proxy_response_parse()
|
| H A D | mod_fastcgi.c | 2177 char *s, *ns; in fcgi_response_parse() local 2189 for (s = p->parse_response->ptr; NULL != (ns = strchr(s, '\n')); s = ns + 1) { in fcgi_response_parse() 2196 if (ns > p->parse_response->ptr && in fcgi_response_parse() 2197 *(ns-1) == '\r') { in fcgi_response_parse() 2198 *(ns-1) = '\0'; in fcgi_response_parse() 2201 ns[0] = '\0'; in fcgi_response_parse()
|
| H A D | mod_scgi.c | 1689 char *ns; in scgi_response_parse() local 1698 NULL != (ns = (eol == EOL_RN ? strstr(s, "\r\n") : strchr(s, '\n'))); in scgi_response_parse() 1699 s = ns + (eol == EOL_RN ? 2 : 1), line++) { in scgi_response_parse() 1704 ns[0] = '\0'; in scgi_response_parse()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | config.sub | 151 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ 1677 *-ns) 1762 vendor=ns
|