Home
last modified time | relevance | path

Searched refs:oerrno (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_linux_sendfile.c174 int oerrno = errno; in network_write_chunkqueue_linuxsendfile() local
187 errno = oerrno; in network_write_chunkqueue_linuxsendfile()
192 errno = oerrno; in network_write_chunkqueue_linuxsendfile()
H A Dconnections.c249 int oerrno = errno; local
279 switch(oerrno) {
282 len, r, oerrno,
283 strerror(oerrno));
/mOS-networking-stack/core/src/bpf/
H A Dsf_scanner.c4317 int oerrno = errno; in sfbpf__init_buffer() local
4335 errno = oerrno; in sfbpf__init_buffer()