Home
last modified time | relevance | path

Searched refs:ns (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/core/src/
H A Dcore.c204 (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 Dmod_webdav.c938 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 Dmod_cgi.c232 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 Dmod_proxy.c555 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 Dmod_fastcgi.c2177 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 Dmod_scgi.c1689 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 Dconfig.sub151 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
1677 *-ns)
1762 vendor=ns