Searched refs:buf_a (Results 1 – 1 of 1) sorted by relevance
3104 static int watch_for_http_traffic(char *buf_a, int *n_a, int raw_sock) { in watch_for_http_traffic() argument3118 if (! buf_a || ! n_a) { in watch_for_http_traffic()3140 strncpy(buf_a, buf, n); in watch_for_http_traffic()3184 memcpy(buf_a, buf, n); in watch_for_http_traffic()3188 write(2, buf_a, *n_a); in watch_for_http_traffic()