Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 76 – 100 of 232) sorted by relevance

12345678910

/PHP-5.6/main/streams/
H A Dtransports.c27 PHPAPI HashTable *php_stream_xport_get_hash(void) in php_stream_xport_get_hash()
37 PHPAPI int php_stream_xport_unregister(const char *protocol TSRMLS_DC) in php_stream_xport_unregister()
52 PHPAPI php_stream *_php_stream_xport_create(const char *name, size_t namelen, int options, in _php_stream_xport_create()
196 PHPAPI int php_stream_xport_bind(php_stream *stream, in php_stream_xport_bind()
224 PHPAPI int php_stream_xport_connect(php_stream *stream, in php_stream_xport_connect()
284 PHPAPI int php_stream_xport_accept(php_stream *stream, php_stream **client, in php_stream_xport_accept()
323 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer, in php_stream_xport_get_name()
375 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate TSRMLS_DC) in php_stream_xport_crypto_enable()
397 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen, in php_stream_xport_recvfrom()
467 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen, in php_stream_xport_sendto()
[all …]
H A Dstreams.c43 PHPAPI int php_file_le_stream(void) in php_file_le_stream()
48 PHPAPI int php_file_le_pstream(void) in php_file_le_pstream()
53 PHPAPI int php_file_le_stream_filter(void) in php_file_le_stream_filter()
58 PHPAPI HashTable *_php_stream_get_url_stream_wrappers_hash(TSRMLS_D) in _php_stream_get_url_stream_wrappers_hash()
63 PHPAPI HashTable *php_stream_get_url_stream_wrappers_hash_global(void) in php_stream_get_url_stream_wrappers_hash_global()
773 PHPAPI int _php_stream_eof(php_stream *stream TSRMLS_DC) in _php_stream_eof()
790 PHPAPI int _php_stream_putc(php_stream *stream, int c TSRMLS_DC) in _php_stream_putc()
800 PHPAPI int _php_stream_getc(php_stream *stream TSRMLS_DC) in _php_stream_getc()
1268 PHPAPI off_t _php_stream_tell(php_stream *stream TSRMLS_DC) in _php_stream_tell()
2196 PHPAPI php_stream_context *php_stream_context_alloc(TSRMLS_D)
[all …]
/PHP-5.6/main/
H A Dphp_getopt.h44 extern PHPAPI int php_optidx;
45 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt…
H A Dphp_scandir.h45 PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const stru…
51 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b);
H A Dphp_open_temporary_file.c189 PHPAPI void php_shutdown_temporary_directory(void) in php_shutdown_temporary_directory()
200 PHPAPI const char* php_get_temporary_directory(TSRMLS_D) in php_get_temporary_directory()
275 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bo… in php_open_temporary_fd_ex()
307 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) in php_open_temporary_fd()
312 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_… in php_open_temporary_file()
H A Dphp_ticks.c49 PHPAPI void php_add_tick_function(void (*func)(int)) in php_add_tick_function()
56 PHPAPI void php_remove_tick_function(void (*func)(int)) in php_remove_tick_function()
H A Dphp_ini.c70 PHPAPI char *php_ini_opened_path=NULL;
72 PHPAPI char *php_ini_scanned_path=NULL;
73 PHPAPI char *php_ini_scanned_files=NULL;
165 PHPAPI void display_ini_entries(zend_module_entry *module) in display_ini_entries()
192 PHPAPI void config_zval_dtor(zval *zvalue) in config_zval_dtor()
806 PHPAPI int php_ini_has_per_dir_config(void) in php_ini_has_per_dir_config()
857 PHPAPI int php_ini_has_per_host_config(void)
880 PHPAPI zval *cfg_get_entry(const char *name, uint name_length)
894 PHPAPI int cfg_get_long(const char *varname, long *result)
912 PHPAPI int cfg_get_double(const char *varname, double *result)
[all …]
H A Dnetwork.c154 PHPAPI void php_network_freeaddresses(struct sockaddr **sal) in php_network_freeaddresses()
308 PHPAPI int php_network_connect_socket(php_socket_t sockfd,
594 PHPAPI void php_network_populate_name_from_sockaddr(
662 PHPAPI int php_network_get_peer_name(php_socket_t sock,
682 PHPAPI int php_network_get_sock_name(php_socket_t sock,
713 PHPAPI php_socket_t php_network_accept_incoming(php_socket_t srvsock,
965 PHPAPI int php_sockaddr_size(php_sockaddr_storage *addr)
990 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize)
1079 PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC)
1110 PHPAPI void _php_emit_fd_setsize_warning(int max_fd)
[all …]
/PHP-5.6/ext/standard/
H A Dscanf.h44 PHPAPI int ValidateFormat(char *format, int numVars, int *totalVars);
45 PHPAPI int php_sscanf_internal(char *string,char *format,int argCount,zval ***args,
H A Dphp_array.h106 PHPAPI void php_splice(HashTable *ht, zend_uint offset, zend_uint length, zval ***list, zend_uint l…
107 PHPAPI int php_array_merge(HashTable *dest, HashTable *src, int recursive TSRMLS_DC);
108 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src TSRMLS_DC);
109 PHPAPI int php_multisort_compare(const void *a, const void *b TSRMLS_DC);
110 PHPAPI int php_count_recursive(zval *array, long mode TSRMLS_DC);
H A Dphp_fopen_wrappers.h28 extern PHPAPI php_stream_wrapper php_stream_http_wrapper;
29 extern PHPAPI php_stream_wrapper php_stream_ftp_wrapper;
H A Dhead.h33 PHPAPI int php_header(TSRMLS_D);
34 PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char…
H A Dflock_compat.h28 PHPAPI int php_flock(int fd, int operation);
35 PHPAPI int flock(int fd, int operation);
H A Dphp_image.h62 PHPAPI int php_getimagetype(php_stream *stream, char *filetype TSRMLS_DC);
64 PHPAPI char * php_image_type_to_mime_type(int image_type);
H A Drand.c41 PHPAPI void php_srand(long seed TSRMLS_DC) in php_srand()
62 PHPAPI long php_rand(TSRMLS_D) in php_rand()
195 PHPAPI void php_mt_srand(php_uint32 seed TSRMLS_DC) in php_mt_srand()
208 PHPAPI php_uint32 php_mt_rand(TSRMLS_D) in php_mt_rand()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h34 PHPAPI extern const char mysqlnd_read_header_name[];
35 PHPAPI extern const char mysqlnd_read_body_name[];
49 PHPAPI extern const char * const mysqlnd_command_to_text[COM_END];
301 PHPAPI void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * const scramble, cons…
307 PHPAPI const extern char * const mysqlnd_empty_string;
324 PHPAPI MYSQLND_PROTOCOL * mysqlnd_protocol_init(zend_bool persistent TSRMLS_DC);
325 PHPAPI void mysqlnd_protocol_free(MYSQLND_PROTOCOL * const protocol TSRMLS_DC);
H A Dmysqlnd_statistics.c200 PHPAPI void
217 PHPAPI void
233 PHPAPI void
252 PHPAPI void
267 PHPAPI mysqlnd_stat_trigger
284 PHPAPI mysqlnd_stat_trigger
H A Dmysqlnd_charset.h24 PHPAPI ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * const charset, char *newstr,
27 PHPAPI ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset, char *newstr,
H A Dmysqlnd_statistics.h27 PHPAPI extern MYSQLND_STATS * mysqlnd_global_stats;
160 PHPAPI void mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names…
162 PHPAPI void mysqlnd_stats_init(MYSQLND_STATS ** stats, size_t statistic_count);
163 PHPAPI void mysqlnd_stats_end(MYSQLND_STATS * stats);
165 PHPAPI mysqlnd_stat_trigger mysqlnd_stats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_col…
166 PHPAPI mysqlnd_stat_trigger mysqlnd_stats_reset_triggers(MYSQLND_STATS * const stats TSRMLS_DC);
/PHP-5.6/win32/
H A Dphp_win32_globals.h30 extern PHPAPI int php_win32_core_globals_id;
33 extern PHPAPI struct _php_win32_core_globals the_php_win32_core_globals;
H A Dglob.h99 PHPAPI int glob(const char *, int, int (*)(const char *, int), glob_t *);
100 PHPAPI void globfree(glob_t *);
H A Dtime.c80 PHPAPI int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info) in gettimeofday()
96 PHPAPI int usleep(unsigned int useconds) in usleep()
110 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep()
148 PHPAPI int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue)
/PHP-5.6/ext/spl/
H A Dspl_engine.c35 PHPAPI void spl_instantiate(zend_class_entry *pce, zval **object, int alloc TSRMLS_DC) in spl_instantiate()
46 PHPAPI long spl_offset_convert_to_long(zval *offset TSRMLS_DC) /* {{{ */ in spl_offset_convert_to_long()
/PHP-5.6/
H A DREADME.STREAMS31 PHPAPI size_t php_stream_printf(php_stream * stream TSRMLS_DC,
33 PHPAPI int php_stream_eof(php_stream * stream);
34 PHPAPI int php_stream_getc(php_stream * stream);
36 PHPAPI int php_stream_close(php_stream * stream);
37 PHPAPI int php_stream_flush(php_stream * stream);
39 PHPAPI off_t php_stream_tell(php_stream * stream);
40 PHPAPI int php_stream_lock(php_stream * stream, int mode);
79 PHPAPI php_stream *php_stream_fopen_tmpfile(void);
106 PHPAPI size_t php_stream_copy_to_stream(php_stream *src,
161 PHPAPI int php_stream_supports_lock(php_stream * stream);
[all …]
/PHP-5.6/ext/xml/
H A Dphp_xml.h136 PHPAPI char *_xml_zval_strdup(zval *val);
137 PHPAPI char *xml_utf8_decode(const XML_Char *, int, int *, const XML_Char *);
138 PHPAPI char *xml_utf8_encode(const char *s, int len, int *newlen, const XML_Char *encoding);

Completed in 77 milliseconds

12345678910