Searched refs:spipe (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | daemon.c | 796 MHD_pipe spipe = con->daemon->wpipe[0]; in MHD_handle_connection() local 870 if (MHD_INVALID_PIPE_ != spipe) in MHD_handle_connection() 873 add_to_fd_set (spipe, &rs, &max, FD_SETSIZE)) in MHD_handle_connection() 901 if ( (MHD_INVALID_PIPE_ != spipe) && in MHD_handle_connection() 902 (FD_ISSET (spipe, &rs)) ) in MHD_handle_connection() 903 (void) MHD_pipe_read_ (spipe, &tmp, sizeof (tmp)); in MHD_handle_connection() 946 if (MHD_INVALID_PIPE_ != spipe) in MHD_handle_connection() 949 p[1].fd = spipe; in MHD_handle_connection() 973 if ( (MHD_INVALID_PIPE_ != spipe) && in MHD_handle_connection() 975 (void) MHD_pipe_read_ (spipe, &tmp, sizeof (tmp)); in MHD_handle_connection()
|
/third_party/python/Lib/test/ |
D | test_interpreters.py | 56 with open(w, 'w') as spipe: 57 spipe.write('done')
|
D | test__xxsubinterpreters.py | 72 with open(w, 'w', encoding="utf-8") as spipe: 73 spipe.write('done')
|