Home
last modified time | relevance | path

Searched defs:err_no (Results 1 – 19 of 19) sorted by relevance

/third_party/glib/gio/
Dgioerror.c70 g_io_error_from_errno (gint err_no) in g_io_error_from_errno()
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_socket_bind_listen.c89 int fd, err_no = 0; in main() local
Dtest_getname.c70 int fd, err_no = 0; in main() local
Dtest_1_to_1_recvfrom.c73 int fd, err_no = 0; in main() local
Dtest_1_to_1_shutdown.c74 int fd, err_no = 0; in main() local
Dtest_1_to_1_accept_close.c82 int fd, err_no = 0; in main() local
Dtest_1_to_1_connect.c76 int fd, err_no = 0; in main() local
Dtest_1_to_1_recvmsg.c71 int fd, err_no = 0; in main() local
Dtest_1_to_1_send.c73 int fd, err_no = 0; in main() local
Dtest_1_to_1_sendmsg.c90 int fd, err_no = 0; in main() local
Dtest_1_to_1_addrs.c96 int fd, err_no = 0; in main() local
Dtest_1_to_1_sockopt.c102 int fd, err_no = 0; in main() local
/third_party/ffmpeg/libavformat/
Dfifo.c255 static int is_recoverable(const FifoContext *fifo, int err_no) { in is_recoverable()
283 int err_no) in fifo_thread_process_recovery_failure()
314 static int fifo_thread_attempt_recovery(FifoThreadContext *ctx, FifoMessage *msg, int err_no) in fifo_thread_attempt_recovery()
385 static int fifo_thread_recover(FifoThreadContext *ctx, FifoMessage *msg, int err_no) in fifo_thread_recover()
/third_party/boost/boost/graph/
Dread_dimacs.hpp69 err_no; /* no of detected error */ in read_dimacs_max_flow_internal() local
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstsparsefile.c481 gst_sparse_file_io_error_from_errno (gint err_no) in gst_sparse_file_io_error_from_errno()
/third_party/libxml2/os400/dlfcn/
Ddlfcn.c278 dlseterror_from_errno(unsigned int err_no) in dlseterror_from_errno()
/third_party/libxml2/
Drngparser.c171 xmlCRNGErr(xmlCRelaxNGParserCtxtPtr ctxt, int err_no, const char *err_msg) { in xmlCRNGErr()
/third_party/glib/glib/
Dgfileutils.c516 g_file_error_from_errno (gint err_no) in g_file_error_from_errno()
/third_party/python/Modules/
Dsocketmodule.c596 int err_no = WSAGetLastError(); in set_error() local