Home
last modified time | relevance | path

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

/PHP-8.1/ext/dba/libcdb/
H A Dcdb.c39 #ifndef EPROTO
40 # define EPROTO -15 /* cdb 0.75's default for PROTOless systems */ macro
105 errno = EPROTO; in cdb_read()
116 errno = EPROTO; in cdb_read()
/PHP-8.1/ext/sockets/
H A Dunix_socket_constants.h255 #ifdef EPROTO
257 REGISTER_LONG_CONSTANT("SOCKET_EPROTO", EPROTO, CONST_CS | CONST_PERSISTENT);

Completed in 9 milliseconds