Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 51 – 75 of 233) sorted by relevance

12345678910

/PHP-5.5/ext/session/
H A Dphp_session.h44 PHPAPI char *php_session_create_id(PS_CREATE_SID_ARGS);
222 PHPAPI void php_add_session_var(char *name, size_t namelen TSRMLS_DC);
226 PHPAPI int php_session_register_module(ps_module *);
228 PHPAPI int php_session_register_serializer(const char *name,
232 PHPAPI void php_session_set_id(char *id TSRMLS_DC);
233 PHPAPI void php_session_start(TSRMLS_D);
235 PHPAPI ps_module *_php_find_ps_module(char *name TSRMLS_DC);
236 PHPAPI const ps_serializer *_php_find_ps_serializer(char *name TSRMLS_DC);
238 PHPAPI int php_session_valid_key(const char *key);
239 PHPAPI void php_session_reset_id(TSRMLS_D);
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h174 PHPAPI extern const char * const mysqlnd_old_passwd;
175 PHPAPI extern const char * const mysqlnd_out_of_sync;
176 PHPAPI extern const char * const mysqlnd_server_gone;
177 PHPAPI extern const char * const mysqlnd_out_of_memory;
179 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_object_factory);
180 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_conn);
181 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_conn_data);
182 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_res);
183 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_protocol);
184 PHPAPI extern MYSQLND_CLASS_METHOD_TABLE_NAME_FORWARD(mysqlnd_net);
H A Dmysqlnd.h66 PHPAPI void mysqlnd_library_init(TSRMLS_D);
67 PHPAPI void mysqlnd_library_end(TSRMLS_D);
69 PHPAPI unsigned int mysqlnd_plugin_register();
71 PHPAPI unsigned int mysqlnd_plugin_count();
80 PHPAPI void mysqlnd_minfo_print_hash(zval *values);
90 PHPAPI MYSQLND * mysqlnd_connect(MYSQLND * conn,
103 PHPAPI void _mysqlnd_debug(const char *mode TSRMLS_DC);
163 PHPAPI const char * mysqlnd_get_client_info();
164 PHPAPI unsigned int mysqlnd_get_client_version();
287 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(mysqlnd)
[all …]
H A Dmysqlnd_plugin.c131 PHPAPI unsigned int mysqlnd_plugin_register() in mysqlnd_plugin_register()
140 PHPAPI unsigned int mysqlnd_plugin_register_ex(struct st_mysqlnd_plugin_header * plugin TSRMLS_DC) in mysqlnd_plugin_register_ex()
157 PHPAPI void * _mysqlnd_plugin_find(const char * const name TSRMLS_DC) in _mysqlnd_plugin_find()
170 PHPAPI void _mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument TSRMLS… in _mysqlnd_plugin_apply_with_argument()
195 PHPAPI unsigned int mysqlnd_plugin_count() in mysqlnd_plugin_count()
H A Dmysqlnd_block_alloc.h26 PHPAPI MYSQLND_MEMORY_POOL * mysqlnd_mempool_create(size_t arena_size TSRMLS_DC);
27 PHPAPI void mysqlnd_mempool_destroy(MYSQLND_MEMORY_POOL * pool TSRMLS_DC);
H A Dmysqlnd_net.h26 PHPAPI MYSQLND_NET * mysqlnd_net_init(zend_bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_IN…
27 PHPAPI void mysqlnd_net_free(MYSQLND_NET * const net, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * e…
/PHP-5.5/ext/standard/
H A Dhtml.h57 PHPAPI char *php_escape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, i…
58 PHPAPI char *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, size_t *newlen, int all…
59 PHPAPI char *php_unescape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all,…
60 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, in…
H A Dexec.h38 PHPAPI char *php_escape_shell_cmd(char *);
39 PHPAPI char *php_escape_shell_arg(char *);
40 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC);
H A Durl_scanner_ex.h30 PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, con…
31 PHPAPI int php_url_scanner_add_var(char *name, int name_len, char *value, int value_len, int urlenc…
32 PHPAPI int php_url_scanner_reset_vars(TSRMLS_D);
H A Dphp_versioning.h26 PHPAPI char *php_canonicalize_version(const char *);
27 PHPAPI int php_version_compare(const char *, const char *);
H A Dphp_incomplete_class.h60 PHPAPI zend_class_entry *php_create_incomplete_class(TSRMLS_D);
61 PHPAPI char *php_lookup_class_name(zval *object, zend_uint *nlen);
62 PHPAPI void php_store_class_name(zval *object, const char *name, zend_uint len);
H A Dphp_uuencode.h27 PHPAPI int php_uudecode(char *src, int src_len, char **dest);
28 PHPAPI int php_uuencode(char *src, int src_len, char **dest);
H A Dquot_print.h24 PHPAPI unsigned char *php_quot_print_decode(const unsigned char *str, size_t length, size_t *ret_le…
25 PHPAPI unsigned char *php_quot_print_encode(const unsigned char *str, size_t length, size_t *ret_le…
H A Dpageinfo.h30 PHPAPI void php_statpage(TSRMLS_D);
31 PHPAPI long php_getlastmod(TSRMLS_D);
/PHP-5.5/main/streams/
H A Dfilter.c35 PHPAPI HashTable *php_get_stream_filters_hash_global(void) in php_get_stream_filters_hash_global()
41 PHPAPI HashTable *_php_get_stream_filters_hash(TSRMLS_D) in _php_get_stream_filters_hash()
52 PHPAPI int php_stream_filter_unregister_factory(const char *filterpattern TSRMLS_DC) in php_stream_filter_unregister_factory()
117 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_make_writeable()
182 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_delref()
224 PHPAPI void php_stream_bucket_unlink(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_unlink()
309 PHPAPI void php_stream_filter_free(php_stream_filter *filter TSRMLS_DC) in php_stream_filter_free()
332 PHPAPI void _php_stream_filter_prepend(php_stream_filter_chain *chain, php_stream_filter *filter TS… in _php_stream_filter_prepend()
418 PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter TSR… in _php_stream_filter_append()
431 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish TSRMLS_DC) in _php_stream_filter_flush()
[all …]
H A Dphp_stream_userspace.h23 PHPAPI extern php_stream_ops php_stream_userspace_ops;
24 PHPAPI extern php_stream_ops php_stream_userspace_dir_ops;
H A Dmmap.c25 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mm… in _php_stream_mmap_range()
49 PHPAPI int _php_stream_mmap_unmap(php_stream *stream TSRMLS_DC) in _php_stream_mmap_unmap()
54 PHPAPI int _php_stream_mmap_unmap_ex(php_stream *stream, off_t readden TSRMLS_DC) in _php_stream_mmap_unmap_ex()
H A Dphp_stream_mmap.h70 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mm…
74 PHPAPI int _php_stream_mmap_unmap(php_stream *stream TSRMLS_DC);
77 PHPAPI int _php_stream_mmap_unmap_ex(php_stream *stream, off_t readden TSRMLS_DC);
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(char *protocol TSRMLS_DC) in php_stream_xport_unregister()
52 PHPAPI php_stream *_php_stream_xport_create(const char *name, long 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 …]
/PHP-5.5/ext/xml/
H A Dcompat.c503 PHPAPI void
515 PHPAPI void
522 PHPAPI void
528 PHPAPI void
534 PHPAPI void
576 PHPAPI int
615 PHPAPI int
736 PHPAPI int
742 PHPAPI int
748 PHPAPI int
[all …]
/PHP-5.5/main/
H A Doutput.c131 PHPAPI void php_output_startup(void) in php_output_startup()
143 PHPAPI void php_output_shutdown(void) in php_output_shutdown()
154 PHPAPI int php_output_activate(TSRMLS_D) in php_output_activate()
224 PHPAPI int php_output_get_status(TSRMLS_D) in php_output_get_status()
279 PHPAPI int php_output_flush(TSRMLS_D) in php_output_flush()
300 PHPAPI void php_output_flush_all(TSRMLS_D) in php_output_flush_all()
310 PHPAPI int php_output_clean(TSRMLS_D) in php_output_clean()
338 PHPAPI int php_output_end(TSRMLS_D) in php_output_end()
349 PHPAPI void php_output_end_all(TSRMLS_D) in php_output_end_all()
357 PHPAPI int php_output_discard(TSRMLS_D) in php_output_discard()
[all …]
H A Dphp_ticks.h30 PHPAPI void php_add_tick_function(void (*func)(int));
31 PHPAPI void php_remove_tick_function(void (*func)(int));
H A Dspprintf.h40 PHPAPI int spprintf( char **pbuf, size_t max_len, const char *format, ...) PHP_ATTRIBUTE_FORMAT(pri…
42 PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) PHP_ATTRIBUTE_FOR…
/PHP-5.5/win32/
H A Dsendmail.h37 PHPAPI int TSendMail(char *smtpaddr, int *returnerror, char **error_message,
40 PHPAPI void TSMClose(void);
43 PHPAPI char *GetSMErrorText(int index);
H A Dwinutil.h19 PHPAPI char *php_win32_error_to_msg(int error);
23 PHPAPI php_win32_get_random_bytes(unsigned char *buf, size_t size);

Completed in 54 milliseconds

12345678910