Searched refs:socket_status (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/emacs-93/emacs/lib-src/
H A Demacsclient.c684 socket_status (socket_name)
746 sock_status = socket_status (server.sun_path);
780 sock_status = socket_status (server.sun_path);
679 socket_status (socket_name) function
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_socket_server.c69 static void socket_status (struct client *client, struct msg *msg, void **reply);
289 socket_status, /* PPP_STATUS */
507 void socket_status(struct client *client, struct msg *msg, void **reply) function
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dproxy_util.c2358 apr_status_t socket_status; local
2365 socket_status = apr_socket_recv(sock, test_buffer, &buffer_len);
2368 if (APR_STATUS_IS_EOF(socket_status)
2369 || APR_STATUS_IS_ECONNRESET(socket_status)) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dlpc.vim121 syn keyword lpcNewEfuns contained socket_status

Completed in 148 milliseconds