Lines Matching refs:PHPAPI
25 PHPAPI PHP_FUNCTION(fclose);
26 PHPAPI PHP_FUNCTION(feof);
27 PHPAPI PHP_FUNCTION(fread);
28 PHPAPI PHP_FUNCTION(fgetc);
29 PHPAPI PHP_FUNCTION(fgets);
30 PHPAPI PHP_FUNCTION(fwrite);
31 PHPAPI PHP_FUNCTION(fflush);
32 PHPAPI PHP_FUNCTION(rewind);
33 PHPAPI PHP_FUNCTION(ftell);
34 PHPAPI PHP_FUNCTION(fseek);
35 PHPAPI PHP_FUNCTION(fpassthru);
39 PHPAPI int php_le_stream_context(void);
40 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
41 PHPAPI int php_copy_file(const char *src, const char *dest);
42 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_chk);
43 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_chk, php_stream_context *ct…
44 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options);
45 PHPAPI int php_mkdir(const char *dir, zend_long mode);
46 PHPAPI void php_fstat(php_stream *stream, zval *return_value);
47 PHPAPI void php_flock_common(php_stream *stream, zend_long operation, uint32_t operation_arg_num,
51 PHPAPI HashTable *php_bc_fgetcsv_empty_line(void);
52 PHPAPI HashTable *php_fgetcsv(php_stream *stream, char delimiter, char enclosure, int escape_char, …
53 PHPAPI ssize_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, int es…
115 extern PHPAPI int file_globals_id;
118 extern PHPAPI php_file_globals file_globals;