Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_streams.h173 #define PHP_STREAM_FLAG_EOL_UNIX 0x0 /* also includes DOS */ macro
/php-src/ext/ftp/
H A Dftp.c981 …const uint32_t flags_mask = PHP_STREAM_FLAG_EOL_UNIX | PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLA… in ftp_send_stream_to_data_socket()
983 instream->flags = (instream->flags & ~flags_mask) | PHP_STREAM_FLAG_EOL_UNIX; in ftp_send_stream_to_data_socket()

Completed in 24 milliseconds