Lines Matching refs:PHPAPI
30 PHPAPI PHP_FUNCTION(fclose);
33 PHPAPI PHP_FUNCTION(feof);
34 PHPAPI PHP_FUNCTION(fread);
35 PHPAPI PHP_FUNCTION(fgetc);
36 PHPAPI PHP_FUNCTION(fgets);
38 PHPAPI PHP_FUNCTION(fgetss);
41 PHPAPI PHP_FUNCTION(fwrite);
42 PHPAPI PHP_FUNCTION(fflush);
43 PHPAPI PHP_FUNCTION(rewind);
44 PHPAPI PHP_FUNCTION(ftell);
45 PHPAPI PHP_FUNCTION(fseek);
48 PHPAPI PHP_FUNCTION(fpassthru);
73 PHPAPI int php_le_stream_context(void);
74 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
75 PHPAPI int php_copy_file(const char *src, const char *dest);
76 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_chk);
77 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_chk, php_stream_context *ct…
78 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options);
79 PHPAPI int php_mkdir(const char *dir, zend_long mode);
82 PHPAPI void php_fgetcsv(php_stream *stream, char delimiter, char enclosure, int escape_char, size_t…
83 PHPAPI ssize_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, int es…
139 extern PHPAPI int file_globals_id;
142 extern PHPAPI php_file_globals file_globals;