Lines Matching refs:PHPAPI

114 PHPAPI int php_le_stream_context(void)  in php_le_stream_context()
188 PHPAPI void php_flock_common(php_stream *stream, zend_long operation, in php_flock_common()
757 PHPAPI PHP_FUNCTION(fclose) in PHP_FUNCTION()
856 PHPAPI PHP_FUNCTION(feof) in PHP_FUNCTION()
876 PHPAPI PHP_FUNCTION(fgets) in PHP_FUNCTION()
927 PHPAPI PHP_FUNCTION(fgetc) in PHP_FUNCTION()
990 PHPAPI PHP_FUNCTION(fwrite) in PHP_FUNCTION()
1032 PHPAPI PHP_FUNCTION(fflush) in PHP_FUNCTION()
1053 PHPAPI PHP_FUNCTION(rewind) in PHP_FUNCTION()
1072 PHPAPI PHP_FUNCTION(ftell) in PHP_FUNCTION()
1093 PHPAPI PHP_FUNCTION(fseek) in PHP_FUNCTION()
1216 PHPAPI PHP_FUNCTION(fpassthru) in PHP_FUNCTION()
1369 PHPAPI void php_fstat(php_stream *stream, zval *return_value) in php_fstat()
1483 PHPAPI zend_result php_copy_file(const char *src, const char *dest) in php_copy_file()
1490 PHPAPI zend_result php_copy_file_ex(const char *src, const char *dest, int src_flags) in php_copy_file_ex()
1497 PHPAPI zend_result php_copy_file_ctx(const char *src, const char *dest, int src_flags, php_stream_c… in php_copy_file_ctx()
1589 PHPAPI PHP_FUNCTION(fread) in PHP_FUNCTION()
1656 PHPAPI int php_csv_handle_escape_argument(const zend_string *escape_str, uint32_t arg_num) in php_csv_handle_escape_argument()
1739 PHPAPI ssize_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, int es… in php_fputcsv()
1886 PHPAPI HashTable *php_bc_fgetcsv_empty_line(void) in php_bc_fgetcsv_empty_line()
1895 PHPAPI HashTable *php_fgetcsv(php_stream *stream, char delimiter, char enclosure, int escape_char, … in php_fgetcsv()