Home
last modified time | relevance | path

Searched refs:EPROTO (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/dba/libcdb/
H A Dcdb.c41 #ifndef EPROTO
42 # define EPROTO -15 /* cdb 0.75's default for PROTOless systems */ macro
107 errno = EPROTO; in cdb_read()
118 errno = EPROTO; in cdb_read()
/PHP-7.4/ext/sockets/
H A Dunix_socket_constants.h257 #ifdef EPROTO
259 REGISTER_LONG_CONSTANT("SOCKET_EPROTO", EPROTO, CONST_CS | CONST_PERSISTENT);

Completed in 7 milliseconds