Home
last modified time | relevance | path

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

12345678910

/php-src/ext/standard/
H A Dphp_mail.h22 PHPAPI zend_string *php_mail_build_headers(HashTable *headers);
23 PHPAPI extern bool php_mail(const char *to, const char *subject, const char *message, const char *h…
H A Dphp_math_round_mode.h53 extern PHPAPI zend_class_entry *rounding_mode_ce;
55 PHPAPI int php_math_round_mode_from_enum(zend_object *mode);
H A Dscanf.h37 PHPAPI int ValidateFormat(char *format, int numVars, int *totalVars);
38 PHPAPI int php_sscanf_internal(char *string,char *format,int argCount,zval *args,
H A Dcrc32.h29 PHPAPI uint32_t php_crc32_bulk_update(uint32_t crc, const char *p, size_t nr);
32 PHPAPI zend_result php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr);
H A Dhead.h30 PHPAPI bool php_header(void);
31 PHPAPI zend_result php_setcookie(zend_string *name, zend_string *value, time_t expires,
H A Dflock_compat.h35 PHPAPI int php_flock(int fd, int operation);
42 PHPAPI int flock(int fd, int operation);
H A Dincomplete_class.c28 PHPAPI zend_class_entry *php_ce_incomplete_class;
111 PHPAPI void php_register_incomplete_class_handlers(void) in php_register_incomplete_class_handlers()
126 PHPAPI zend_string *php_lookup_class_name(zend_object *object) in php_lookup_class_name()
141 PHPAPI void php_store_class_name(zval *object, zend_string *name) in php_store_class_name()
/php-src/win32/
H A Dsendmail.h35 PHPAPI int TSendMail(const char *host, int *error, char **error_message,
38 PHPAPI void TSMClose(void);
41 PHPAPI char *GetSMErrorText(int index);
H A Dsockets.h25 PHPAPI int socketpair_win32(int domain, int type, int protocol, SOCKET sock[2], int overlapped);
26 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
H A Dtime.c50 PHPAPI int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info) in gettimeofday()
66 PHPAPI int usleep(unsigned int useconds) in usleep()
80 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep()
H A Dphp_win32_globals.h28 extern PHPAPI int php_win32_core_globals_id;
31 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 *);
/php-src/main/
H A Dphp_ticks.h26 PHPAPI void php_add_tick_function(void (*func)(int, void *), void *arg);
27 PHPAPI void php_remove_tick_function(void (*func)(int, void *), void * arg);
H A Dphp_getopt.h32 extern PHPAPI int php_optidx;
33 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt…
H A Dspprintf.h25 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap);
26 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap);
H A Dphp_scandir.h37 PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const stru…
43 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b);
H A Dphp_ini_builder.c22 PHPAPI void php_ini_builder_prepend(struct php_ini_builder *b, const char *src, size_t length) in php_ini_builder_prepend()
31 PHPAPI void php_ini_builder_unquoted(struct php_ini_builder *b, const char *name, size_t name_lengt… in php_ini_builder_unquoted()
46 PHPAPI void php_ini_builder_quoted(struct php_ini_builder *b, const char *name, size_t name_length,… in php_ini_builder_quoted()
63 PHPAPI void php_ini_builder_define(struct php_ini_builder *b, const char *arg) in php_ini_builder_define()
/php-src/main/streams/
H A Dphp_stream_mmap.h68 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mm…
72 PHPAPI int _php_stream_mmap_unmap(php_stream *stream);
75 PHPAPI int _php_stream_mmap_unmap_ex(php_stream *stream, zend_off_t readden);
H A Dtransports.c23 PHPAPI HashTable *php_stream_xport_get_hash(void) in php_stream_xport_get_hash()
37 PHPAPI int php_stream_xport_unregister(const char *protocol) 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()
201 PHPAPI int php_stream_xport_bind(php_stream *stream, in php_stream_xport_bind()
229 PHPAPI int php_stream_xport_connect(php_stream *stream, in php_stream_xport_connect()
289 PHPAPI int php_stream_xport_accept(php_stream *stream, php_stream **client, in php_stream_xport_accept()
327 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer, in php_stream_xport_get_name()
378 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate) in php_stream_xport_crypto_enable()
400 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen, in php_stream_xport_recvfrom()
469 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen, in php_stream_xport_sendto()
[all …]
H A Dstreams.c42 PHPAPI int php_file_le_stream(void) in php_file_le_stream()
47 PHPAPI int php_file_le_pstream(void) in php_file_le_pstream()
52 PHPAPI int php_file_le_stream_filter(void) in php_file_le_stream_filter()
57 PHPAPI HashTable *_php_stream_get_url_stream_wrappers_hash(void) in _php_stream_get_url_stream_wrappers_hash()
810 PHPAPI bool _php_stream_eof(php_stream *stream) in _php_stream_eof()
827 PHPAPI int _php_stream_putc(php_stream *stream, int c) in _php_stream_putc()
837 PHPAPI int _php_stream_getc(php_stream *stream) in _php_stream_getc()
1271 PHPAPI int _php_stream_flush(php_stream *stream, int closing) in _php_stream_flush()
1335 PHPAPI zend_off_t _php_stream_tell(php_stream *stream) in _php_stream_tell()
1463 PHPAPI int _php_stream_sync(php_stream *stream, bool data_only) in _php_stream_sync()
[all …]
/php-src/ext/pdo/
H A Dphp_pdo.h22 PHPAPI extern zend_module_entry pdo_module_entry;
25 PHPAPI extern zend_class_entry *pdo_dbh_ce;
26 PHPAPI extern zend_object *pdo_dbh_new(zend_class_entry *ce);
/php-src/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.h21 PHPAPI MYSQLND_PFC * mysqlnd_pfc_init(const bool persistent, MYSQLND_CLASS_METHODS_TYPE(mysqlnd_obj…
22 PHPAPI void mysqlnd_pfc_free(MYSQLND_PFC * const pfc, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * e…
H A Dmysqlnd_vio.h21 PHPAPI MYSQLND_VIO * mysqlnd_vio_init(bool persistent, MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_fa…
22 PHPAPI void mysqlnd_vio_free(MYSQLND_VIO * const vio, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * e…
H A Dmysqlnd_charset.h25 PHPAPI zend_ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * const charset, char * newstr,
28 PHPAPI zend_ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset, char * newstr,
H A Dmysqlnd_wireprotocol.h27 PHPAPI extern const char mysqlnd_read_header_name[];
28 PHPAPI extern const char mysqlnd_read_body_name[];
42 PHPAPI extern const char * const mysqlnd_command_to_text[COM_END];
304 PHPAPI extern const char * const mysqlnd_empty_string;
316 PHPAPI MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * mysqlnd_protocol_payload_decoder_factory_init(MYS…
317 PHPAPI void mysqlnd_protocol_payload_decoder_factory_free(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY …

Completed in 89 milliseconds

12345678910