Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 126 – 150 of 233) sorted by relevance

12345678910

/PHP-5.5/main/
H A Dinternal_functions_nw.c87 PHPAPI int php_register_internal_extensions(TSRMLS_D) in php_register_internal_extensions()
H A Dphp_sprintf.c30 PHPAPI int
H A Dstrlcpy.c66 PHPAPI size_t php_strlcpy(dst, src, siz) in php_strlcpy()
H A Dstrlcat.c67 PHPAPI size_t php_strlcat(dst, src, siz) in php_strlcat()
H A Dgetopt.c56 PHPAPI int php_optidx = -1;
58 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt… in php_getopt()
H A Dsnprintf.c142 PHPAPI char *php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) /* {{{ */ in php_gcvt()
377 PHPAPI char * php_conv_fp(register char format, register double num, in php_conv_fp()
1240 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf()
1256 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf()
1269 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf()
1281 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf()
1290 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf()
1314 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ in ap_php_asprintf()
H A Dmain.c126 PHPAPI int core_globals_id;
601 PHPAPI int php_get_module_initialized(void) in php_get_module_initialized()
609 PHPAPI void php_log_err(char *log_message TSRMLS_DC) in php_log_err()
669 PHPAPI int php_write(void *buf, uint size TSRMLS_DC) in php_write()
677 PHPAPI int php_printf(const char *format, ...) in php_printf()
1205 PHPAPI char *php_get_current_user(TSRMLS_D) in php_get_current_user()
1856 PHPAPI void php_com_initialize(TSRMLS_D) in php_com_initialize()
2583 PHPAPI void php_handle_aborted_connection(void) in php_handle_aborted_connection()
2598 PHPAPI int php_handle_auth_data(const char *auth TSRMLS_DC) in php_handle_auth_data()
2641 PHPAPI int php_lint_script(zend_file_handle *file TSRMLS_DC) in php_lint_script()
[all …]
/PHP-5.5/ext/standard/
H A Dcss.c24 PHPAPI void php_info_print_css(TSRMLS_D) /* {{{ */ in php_info_print_css()
H A Dflock_compat.c41 PHPAPI int flock(int fd, int operation) in flock()
47 PHPAPI int php_flock(int fd, int operation) in php_flock()
H A Dphp_lcg.h32 PHPAPI double php_combined_lcg(TSRMLS_D);
H A Dphp_http.h27 PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
H A Dphp_crypt_r.h45 PHPAPI char *php_crypt_r (const char *__key, const char *__salt, struct php_crypt_extended_data * _…
H A Durl.c42 PHPAPI void php_url_free(php_url *theurl) in php_url_free()
64 PHPAPI char *php_replace_controlchars_ex(char *str, int len) in php_replace_controlchars_ex()
85 PHPAPI char *php_replace_controlchars(char *str) in php_replace_controlchars()
90 PHPAPI php_url *php_url_parse(char const *str) in php_url_parse()
97 PHPAPI php_url *php_url_parse_ex(char const *str, int length) in php_url_parse_ex()
487 PHPAPI char *php_url_encode(char const *s, int len, int *new_length) in php_url_encode()
569 PHPAPI int php_url_decode(char *str, int len) in php_url_decode()
600 PHPAPI char *php_raw_url_encode(char const *s, int len, int *new_length)
674 PHPAPI int php_raw_url_decode(char *str, int len)
H A Duuencode.c68 PHPAPI int php_uuencode(char *src, int src_len, char **dest) /* {{{ */ in php_uuencode()
127 PHPAPI int php_uudecode(char *src, int src_len, char **dest) /* {{{ */ in php_uudecode()
/PHP-5.5/ext/spl/
H A Dspl_engine.h28 PHPAPI void spl_instantiate(zend_class_entry *pce, zval **object, int alloc TSRMLS_DC);
30 PHPAPI long spl_offset_convert_to_long(zval *offset TSRMLS_DC);
H A Dspl_functions.c41 PHPAPI void spl_register_std_class(zend_class_entry ** ppce, char * class_name, void * obj_ctor, co… in spl_register_std_class()
56 PHPAPI void spl_register_sub_class(zend_class_entry ** ppce, zend_class_entry * parent_ce, char * c… in spl_register_sub_class()
/PHP-5.5/ext/gd/
H A Dphp_gd.h60 PHPAPI extern const char php_sig_gif[3];
61 PHPAPI extern const char php_sig_jpg[3];
62 PHPAPI extern const char php_sig_png[8];
/PHP-5.5/sapi/apache/
H A Dmod_php5.h50 # define MODULE_VAR_EXPORT PHPAPI
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_driver.c56 PHPAPI void mysqlnd_library_end(TSRMLS_D) in mysqlnd_library_end()
70 PHPAPI void mysqlnd_library_init(TSRMLS_D) in mysqlnd_library_init()
253 PHPAPI MYSQLND_NET *
306 PHPAPI MYSQLND_CLASS_METHODS_START(mysqlnd_object_factory)
H A Dmysqlnd_block_alloc.c152 PHPAPI MYSQLND_MEMORY_POOL *
175 PHPAPI void
/PHP-5.5/win32/
H A Dflock.c55 PHPAPI int flock(int fd, int op) in flock()
H A Dglobals.c26 PHPAPI int php_win32_core_globals_id;
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.h78 # define MODULE_VAR_EXPORT PHPAPI
/PHP-5.5/main/streams/
H A Dglob_wrapper.c50 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC… in _php_glob_stream_get_path()
72 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS… in _php_glob_stream_get_pattern()
94 PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC TSRMLS_DC) /* {{{ … in _php_glob_stream_get_count()
/PHP-5.5/sapi/apache2filter/
H A Dphp_apache.h78 # define AP_MODULE_DECLARE_DATA PHPAPI

Completed in 50 milliseconds

12345678910