Lines Matching refs:PHPAPI
34 PHPAPI PHP_FUNCTION(fclose);
37 PHPAPI PHP_FUNCTION(feof);
38 PHPAPI PHP_FUNCTION(fread);
39 PHPAPI PHP_FUNCTION(fgetc);
40 PHPAPI PHP_FUNCTION(fgets);
42 PHPAPI PHP_FUNCTION(fgetss);
45 PHPAPI PHP_FUNCTION(fwrite);
46 PHPAPI PHP_FUNCTION(fflush);
47 PHPAPI PHP_FUNCTION(rewind);
48 PHPAPI PHP_FUNCTION(ftell);
49 PHPAPI PHP_FUNCTION(fseek);
52 PHPAPI PHP_FUNCTION(fpassthru);
77 PHPAPI int php_le_stream_context(void);
78 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
79 PHPAPI int php_copy_file(const char *src, const char *dest);
80 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_chk);
81 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_chk, php_stream_context *ct…
82 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options);
83 PHPAPI int php_mkdir(const char *dir, zend_long mode);
84 PHPAPI void php_fgetcsv(php_stream *stream, char delimiter, char enclosure, char escape_char, size_…
85 PHPAPI size_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, char es…
141 extern PHPAPI int file_globals_id;
144 extern PHPAPI php_file_globals file_globals;