Home
last modified time | relevance | path

Searched refs:php_stream_putc (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/dba/libflatfile/
H A Dflatfile.c127 php_stream_putc(dba->fp, 0); in flatfile_delete()
/php-src/ext/ftp/
H A Dftp.c951 php_stream_putc(outstream, '\n'); in ftp_get()
2195 php_stream_putc(ftp->stream, '\r'); in ftp_nb_continue_read()
2198 php_stream_putc(ftp->stream, *ptr); in ftp_nb_continue_read()
2211 php_stream_putc(ftp->stream, '\r'); in ftp_nb_continue_read()
/php-src/main/
H A Dphp_streams.h349 #define php_stream_putc(stream, c) _php_stream_putc((stream), (c)) macro

Completed in 30 milliseconds