Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 201 – 225 of 237) sorted by relevance

12345678910

/php-src/main/
H A Dspprintf.c776 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string()
782 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str()
/php-src/ext/standard/
H A Dfilestat.c275 PHPAPI zend_result php_get_gid_by_name(const char *name, gid_t *gid) in php_get_gid_by_name()
413 PHPAPI zend_result php_get_uid_by_name(const char *name, uid_t *uid) in php_get_uid_by_name()
685 PHPAPI void php_clear_stat_cache(bool clear_realpath_cache, const char *filename, size_t filename_l… in php_clear_stat_cache()
731 PHPAPI void php_stat(zend_string *filename, int type, zval *return_value) in php_stat()
H A Durl_scanner_ex.re592 PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, con…
800 PHPAPI zend_result php_url_scanner_add_session_var(const char *name, size_t name_len, const char *v…
807 PHPAPI zend_result php_url_scanner_add_var(const char *name, size_t name_len, const char *value, si…
832 PHPAPI zend_result php_url_scanner_reset_session_vars(void)
839 PHPAPI zend_result php_url_scanner_reset_vars(void)
966 PHPAPI zend_result php_url_scanner_reset_session_var(zend_string *name, int encode)
972 PHPAPI zend_result php_url_scanner_reset_var(zend_string *name, int encode)
H A Dmail.c207 PHPAPI zend_string *php_mail_build_headers(HashTable *headers) in php_mail_build_headers()
439 PHPAPI bool php_mail(const char *to, const char *subject, const char *message, const char *headers,… in php_mail()
H A Dscanf.c307 PHPAPI int ValidateFormat(char *format, int numVars, int *totalSubs) in ValidateFormat()
574 PHPAPI int php_sscanf_internal( char *string, char *format, in php_sscanf_internal()
H A Dhtml.c351 PHPAPI unsigned int php_next_utf8_char( in php_next_utf8_char()
976 PHPAPI zend_string *php_unescape_html_entities(zend_string *str, int all, int flags, const char *hi… in php_unescape_html_entities()
1012 PHPAPI zend_string *php_escape_html_entities(const unsigned char *old, size_t oldlen, int all, int … in php_escape_html_entities()
1099 PHPAPI zend_string *php_escape_html_entities_ex(const unsigned char *old, size_t oldlen, int all, i… in php_escape_html_entities_ex()
H A Dassert.c37 PHPAPI zend_class_entry *assertion_error_ce;
H A Dnet.c50 PHPAPI zend_string* php_inet_ntop(const struct sockaddr *addr) { in php_inet_ntop()
H A Dphp_fopen_wrapper.c442 PHPAPI const php_stream_wrapper php_stream_php_wrapper = {
/php-src/win32/
H A Dsendmail.c178 PHPAPI int TSendMail(const char *host, int *error, char **error_message, in TSendMail()
302 PHPAPI void TSMClose(void) in TSMClose()
324 PHPAPI char *GetSMErrorText(int index) in GetSMErrorText()
H A Dglob.c160 PHPAPI int glob(const char *pattern, int flags, int (*errfunc)(const char *, int), glob_t *pglob) in glob()
777 PHPAPI void globfree(glob_t *pglob) in globfree()
/php-src/ext/mysqlnd/
H A Dmysqlnd_charset.c834 PHPAPI const MYSQLND_CHARSET * mysqlnd_find_charset_nr(const unsigned int charsetnr) in mysqlnd_find_charset_nr()
850 PHPAPI const MYSQLND_CHARSET * mysqlnd_find_charset_name(const char * const name) in mysqlnd_find_charset_name()
866 PHPAPI zend_ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * const cset, char * newstr, in mysqlnd_cset_escape_quotes()
905 PHPAPI zend_ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset, char *newstr, in mysqlnd_cset_escape_slashes()
H A Dmysqlnd_loaddata.c124 PHPAPI void
H A Dmysqlnd_protocol_frame_codec.c498 PHPAPI MYSQLND_PFC *
511 PHPAPI void
H A Dmysqlnd_debug.h68 PHPAPI MYSQLND_DEBUG * mysqlnd_debug_init(const char * skip_functions[]);
H A Dmysqlnd_debug.c688 PHPAPI MYSQLND_DEBUG *
709 PHPAPI void mysqlnd_debug(const char * mode) in mysqlnd_debug()
H A Dmysqlnd_result.c1110 PHPAPI MYSQLND_RES *
1142 PHPAPI MYSQLND_RES_UNBUFFERED *
1177 PHPAPI MYSQLND_RES_BUFFERED *
H A Dmysqlnd_vio.c793 PHPAPI MYSQLND_VIO *
806 PHPAPI void
/php-src/ext/spl/
H A Dspl_heap.c37 PHPAPI zend_class_entry *spl_ce_SplHeap;
38 PHPAPI zend_class_entry *spl_ce_SplMaxHeap;
39 PHPAPI zend_class_entry *spl_ce_SplMinHeap;
40 PHPAPI zend_class_entry *spl_ce_SplPriorityQueue;
H A Dspl_observer.c36 PHPAPI zend_class_entry *spl_ce_SplObserver;
37 PHPAPI zend_class_entry *spl_ce_SplSubject;
38 PHPAPI zend_class_entry *spl_ce_SplObjectStorage;
39 PHPAPI zend_class_entry *spl_ce_MultipleIterator;
H A Dspl_directory.c45 PHPAPI zend_class_entry *spl_ce_SplFileInfo;
46 PHPAPI zend_class_entry *spl_ce_DirectoryIterator;
47 PHPAPI zend_class_entry *spl_ce_FilesystemIterator;
48 PHPAPI zend_class_entry *spl_ce_RecursiveDirectoryIterator;
49 PHPAPI zend_class_entry *spl_ce_GlobIterator;
50 PHPAPI zend_class_entry *spl_ce_SplFileObject;
51 PHPAPI zend_class_entry *spl_ce_SplTempFileObject;
202 PHPAPI zend_string *spl_filesystem_object_get_path(const spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_object_get_path()
H A Dspl_dllist.c34 PHPAPI zend_class_entry *spl_ce_SplDoublyLinkedList;
35 PHPAPI zend_class_entry *spl_ce_SplQueue;
36 PHPAPI zend_class_entry *spl_ce_SplStack;
/php-src/ext/reflection/
H A Dphp_reflection.c82 PHPAPI zend_class_entry *reflector_ptr;
84 PHPAPI zend_class_entry *reflection_ptr;
86 PHPAPI zend_class_entry *reflection_function_ptr;
89 PHPAPI zend_class_entry *reflection_type_ptr;
93 PHPAPI zend_class_entry *reflection_class_ptr;
94 PHPAPI zend_class_entry *reflection_object_ptr;
95 PHPAPI zend_class_entry *reflection_method_ptr;
96 PHPAPI zend_class_entry *reflection_property_ptr;
102 PHPAPI zend_class_entry *reflection_enum_ptr;
105 PHPAPI zend_class_entry *reflection_fiber_ptr;
[all …]
/php-src/sapi/cli/
H A Dphp_cli.c95 PHPAPI extern char *php_ini_opened_path;
96 PHPAPI extern char *php_ini_scanned_path;
97 PHPAPI extern char *php_ini_scanned_files;
/php-src/ext/date/
H A Dphp_date.c56 PHPAPI time_t php_time(void) in php_time()
274 PHPAPI zend_class_entry *php_date_get_date_ce(void) in php_date_get_date_ce()
279 PHPAPI zend_class_entry *php_date_get_immutable_ce(void) in php_date_get_immutable_ce()
284 PHPAPI zend_class_entry *php_date_get_interface_ce(void) in php_date_get_interface_ce()
289 PHPAPI zend_class_entry *php_date_get_timezone_ce(void) in php_date_get_timezone_ce()
294 PHPAPI zend_class_entry *php_date_get_interval_ce(void) in php_date_get_interval_ce()
299 PHPAPI zend_class_entry *php_date_get_period_ce(void) in php_date_get_period_ce()
575 PHPAPI timelib_tzinfo *get_timezone_info(void) in get_timezone_info()
903 PHPAPI int php_idate(char format, time_t ts, bool localtime) in php_idate()
1047 PHPAPI void php_date_set_tzdb(timelib_tzdb *tzdb) in php_date_set_tzdb()
[all …]

Completed in 176 milliseconds

12345678910