| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_log.h | 10 int fpm_log_write(char *log_format TSRMLS_DC);
|
| /PHP_5_3/win32/ |
| H A D | php_registry.h | 5 void UpdateIniFromRegistry(char *path TSRMLS_DC);
|
| /PHP_5_3/ext/intl/ |
| H A D | intl_error.h | 33 void intl_error_init( intl_error* err TSRMLS_DC ); 34 void intl_error_reset( intl_error* err TSRMLS_DC ); 35 void intl_error_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ); 36 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ); 37 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ); 38 UErrorCode intl_error_get_code( intl_error* err TSRMLS_DC ); 39 char* intl_error_get_message( intl_error* err TSRMLS_DC ); 42 void intl_errors_reset( intl_error* err TSRMLS_DC ); 43 void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ); 44 void intl_errors_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC ); [all...] |
| /PHP_5_3/ext/dba/libcdb/ |
| H A D | cdb.h | 43 void cdb_free(struct cdb * TSRMLS_DC); 44 void cdb_init(struct cdb *, php_stream *fp TSRMLS_DC); 46 int cdb_read(struct cdb *, char *, unsigned int, uint32 TSRMLS_DC); 48 void cdb_findstart(struct cdb * TSRMLS_DC); 49 int cdb_findnext(struct cdb *, char *, unsigned int TSRMLS_DC); 50 int cdb_find(struct cdb *, char *, unsigned int TSRMLS_DC);
|
| H A D | cdb_make.h | 57 int cdb_make_start(struct cdb_make *, php_stream * TSRMLS_DC); 58 int cdb_make_addbegin(struct cdb_make *, unsigned int, unsigned int TSRMLS_DC); 59 int cdb_make_addend(struct cdb_make *, unsigned int, unsigned int, uint32 TSRMLS_DC); 60 int cdb_make_add(struct cdb_make *, char *, unsigned int, char *, unsigned int TSRMLS_DC); 61 int cdb_make_finish(struct cdb_make * TSRMLS_DC);
|
| /PHP_5_3/ext/dba/libflatfile/ |
| H A D | flatfile.h | 40 int flatfile_store(flatfile *dba, datum key_datum, datum value_datum, int mode TSRMLS_DC); 41 datum flatfile_fetch(flatfile *dba, datum key_datum TSRMLS_DC); 42 int flatfile_delete(flatfile *dba, datum key_datum TSRMLS_DC); 43 int flatfile_findkey(flatfile *dba, datum key_datum TSRMLS_DC); 44 datum flatfile_firstkey(flatfile *dba TSRMLS_DC); 45 datum flatfile_nextkey(flatfile *dba TSRMLS_DC);
|
| /PHP_5_3/ext/dom/ |
| H A D | dom_properties.h | 25 int dom_attr_name_read(dom_object *obj, zval **retval TSRMLS_DC); 26 int dom_attr_specified_read(dom_object *obj, zval **retval TSRMLS_DC); 27 int dom_attr_value_read(dom_object *obj, zval **retval TSRMLS_DC); 28 int dom_attr_value_write(dom_object *obj, zval *newval TSRMLS_DC); 29 int dom_attr_owner_element_read(dom_object *obj, zval **retval TSRMLS_DC); 30 int dom_attr_schema_type_info_read(dom_object *obj, zval **retval TSRMLS_DC); 33 int dom_characterdata_data_read(dom_object *obj, zval **retval TSRMLS_DC); 34 int dom_characterdata_data_write(dom_object *obj, zval *newval TSRMLS_DC); 35 int dom_characterdata_length_read(dom_object *obj, zval **retval TSRMLS_DC); 38 int dom_document_doctype_read(dom_object *obj, zval **retval TSRMLS_DC); [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | php_http.h | 32 int *response_len TSRMLS_DC); 34 int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC); 35 int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC); 40 smart_str* soap_headers TSRMLS_DC);
|
| /PHP_5_3/ext/standard/ |
| H A D | datetime.h | 29 PHPAPI char *php_std_date(time_t t TSRMLS_DC);
|
| /PHP_5_3/main/ |
| H A D | fopen_wrappers.h | 28 PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle TSRMLS_DC); 29 PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC); 30 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len TSRMLS_DC); 32 PHPAPI int php_check_open_basedir(const char *path TSRMLS_DC); 33 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC); 34 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path TSRMLS_DC); 46 PHPAPI int php_check_safe_mode_include_dir(const char *path TSRMLS_DC); 48 PHPAPI char *php_resolve_path(const char *filename, int filename_len, const char *path TSRMLS_DC); 50 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **opened_path TSRMLS_DC);
|
| H A D | php_open_temporary_file.h | 25 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC); 26 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bool open_basedir_check TSRMLS_DC); 27 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC);
|
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli_readline.h | 23 int cli_is_valid_code(char *code, int len, char **prompt TSRMLS_DC);
|
| /PHP_5_3/Zend/ |
| H A D | zend_closures.h | 33 ZEND_API void zend_create_closure(zval *res, zend_function *op_array TSRMLS_DC); 34 ZEND_API zend_function *zend_get_closure_invoke_method(zval *obj TSRMLS_DC); 35 ZEND_API const zend_function *zend_get_closure_method_def(zval *obj TSRMLS_DC);
|
| H A D | zend_ini_scanner.h | 32 int zend_ini_open_file_for_scanning(zend_file_handle *fh, int scanner_mode TSRMLS_DC); 33 int zend_ini_prepare_string_for_scanning(char *str, int scanner_mode TSRMLS_DC); 34 int ini_lex(zval *ini_lval TSRMLS_DC);
|
| H A D | zend_multibyte.h | 33 typedef size_t (*zend_encoding_filter)(unsigned char **str, size_t *str_length, const unsigned char *buf, size_t length TSRMLS_DC); 35 typedef char* (*zend_encoding_detector)(const unsigned char *string, size_t length, char *list TSRMLS_DC); 37 typedef int (*zend_encoding_converter)(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length, const char *encoding_to, const char *encoding_from TSRMLS_DC); 39 typedef size_t (*zend_encoding_oddlen)(const unsigned char *string, size_t length, const char *encoding TSRMLS_DC); 55 size_t encoding_list_size TSRMLS_DC); 56 ZEND_API int zend_multibyte_set_internal_encoding(const char *encoding_name TSRMLS_DC); 57 ZEND_API int zend_multibyte_set_functions(zend_encoding_detector encoding_detector, zend_encoding_converter encoding_converter, zend_encoding_oddlen encoding_oddlen TSRMLS_DC); 58 ZEND_API int zend_multibyte_set_filter(zend_encoding *onetime_encoding TSRMLS_DC); 61 *to_length, const unsigned char *from, size_t from_length TSRMLS_DC); 62 ZEND_API size_t zend_multibyte_internal_encoding_filter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length TSRMLS_DC); [all...] |
| H A D | zend_object_handlers.h | 33 typedef zval *(*zend_object_read_property_t)(zval *object, zval *member, int type TSRMLS_DC); 36 typedef zval *(*zend_object_read_dimension_t)(zval *object, zval *offset, int type TSRMLS_DC); 45 typedef void (*zend_object_write_property_t)(zval *object, zval *member, zval *value TSRMLS_DC); 48 typedef void (*zend_object_write_dimension_t)(zval *object, zval *offset, zval *value TSRMLS_DC); 52 typedef zval **(*zend_object_get_property_ptr_ptr_t)(zval *object, zval *member TSRMLS_DC); 56 typedef void (*zend_object_set_t)(zval **object, zval *value TSRMLS_DC); 61 typedef zval* (*zend_object_get_t)(zval *object TSRMLS_DC); 69 typedef int (*zend_object_has_property_t)(zval *object, zval *member, int has_set_exists TSRMLS_DC); 72 typedef int (*zend_object_has_dimension_t)(zval *object, zval *member, int check_empty TSRMLS_DC); 75 typedef void (*zend_object_unset_property_t)(zval *object, zval *member TSRMLS_DC); [all...] |
| H A D | zend_objects.h | 28 ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC); 29 ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC); 30 ZEND_API zend_object_value zend_objects_new(zend_object **object, zend_class_entry *class_type TSRMLS_DC); 31 ZEND_API void zend_objects_destroy_object(zend_object *object, zend_object_handle handle TSRMLS_DC); 32 ZEND_API zend_object *zend_objects_get_address(const zval *object TSRMLS_DC); 33 ZEND_API void zend_objects_clone_members(zend_object *new_object, zend_object_value new_obj_val, zend_object *old_object, zend_object_handle handle TSRMLS_DC); 34 ZEND_API zend_object_value zend_objects_clone_obj(zval *object TSRMLS_DC); 35 ZEND_API void zend_objects_free_object_storage(zend_object *object TSRMLS_DC);
|
| H A D | zend_objects_API.h | 27 typedef void (*zend_objects_store_dtor_t)(void *object, zend_object_handle handle TSRMLS_DC); 28 typedef void (*zend_objects_free_object_storage_t)(void *object TSRMLS_DC); 29 typedef void (*zend_objects_store_clone_t)(void *object, void **object_clone TSRMLS_DC); 60 ZEND_API void zend_objects_store_call_destructors(zend_objects_store *objects TSRMLS_DC); 61 ZEND_API void zend_objects_store_mark_destructed(zend_objects_store *objects TSRMLS_DC); 65 ZEND_API zend_object_handle zend_objects_store_put(void *object, zend_objects_store_dtor_t dtor, zend_objects_free_object_storage_t storage, zend_objects_store_clone_t clone TSRMLS_DC); 67 ZEND_API void zend_objects_store_add_ref(zval *object TSRMLS_DC); 68 ZEND_API void zend_objects_store_del_ref(zval *object TSRMLS_DC); 69 ZEND_API void zend_objects_store_add_ref_by_handle(zend_object_handle handle TSRMLS_DC); 70 ZEND_API void zend_objects_store_del_ref_by_handle_ex(zend_object_handle handle, const zend_object_handlers *handlers TSRMLS_DC); 71 zend_objects_store_del_ref_by_handle(zend_object_handle handle TSRMLS_DC) argument [all...] |
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_block_alloc.h | 26 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 D | mysqlnd_net.h | 26 PHPAPI MYSQLND_NET * mysqlnd_net_init(zend_bool persistent TSRMLS_DC); 27 PHPAPI void mysqlnd_net_free(MYSQLND_NET * const net TSRMLS_DC);
|
| H A D | mysqlnd_result.h | 26 PHPAPI MYSQLND_RES * mysqlnd_result_init(unsigned int field_count, zend_bool persistent TSRMLS_DC); 29 enum_func_status mysqlnd_query_read_result_set_header(MYSQLND * conn, MYSQLND_STMT * stmt TSRMLS_DC);
|
| H A D | mysqlnd_result_meta.h | 26 PHPAPI MYSQLND_RES_METADATA * mysqlnd_result_meta_init(unsigned int field_count, zend_bool persistent TSRMLS_DC); 28 PHPAPI void ** _mysqlnd_plugin_get_plugin_result_metadata_data(const MYSQLND_RES_METADATA * meta, unsigned int plugin_id TSRMLS_DC);
|
| H A D | mysqlnd_structs.h | 42 MYSQLND_MEMORY_POOL_CHUNK* (*get_chunk)(MYSQLND_MEMORY_POOL * pool, unsigned int size TSRMLS_DC); 51 enum_func_status (*resize_chunk)(MYSQLND_MEMORY_POOL_CHUNK * chunk, unsigned int size TSRMLS_DC); 52 void (*free_chunk)(MYSQLND_MEMORY_POOL_CHUNK * chunk TSRMLS_DC); 134 int (*local_infile_init)(void **ptr, char *filename, void **userdata TSRMLS_DC); 135 int (*local_infile_read)(void *ptr, char *buf, unsigned int buf_len TSRMLS_DC); 136 int (*local_infile_error)(void *ptr, char *error_msg, unsigned int error_msg_len TSRMLS_DC); 137 void (*local_infile_end)(void *ptr TSRMLS_DC); 218 typedef MYSQLND_RES* (*mysqlnd_stmt_use_or_store_func)(MYSQLND_STMT * const TSRMLS_DC); 223 TSRMLS_DC); 227 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int64_t change TSRMLS_DC); [all...] |
| /PHP_5_3/ext/phar/ |
| H A D | dirstream.h | 23 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stream_context *context TSRMLS_DC); 24 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC); 27 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS_DC); 30 static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC); 31 static size_t phar_dir_read( php_stream *stream, char *buf, size_t count TSRMLS_DC); 32 static int phar_dir_close(php_stream *stream, int close_handle TSRMLS_DC); 33 static int phar_dir_flush(php_stream *stream TSRMLS_DC); 34 static int phar_dir_seek( php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC); 36 php_stream* phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
|
| H A D | stream.h | 24 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS_DC); 25 void phar_entry_remove(phar_entry_data *idata, char **error TSRMLS_DC); 27 static php_stream* phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC); 28 static int phar_wrapper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC); 29 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC); 30 static int phar_wrapper_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC); 33 static size_t phar_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC); 34 static size_t phar_stream_read( php_stream *stream, char *buf, size_t count TSRMLS_DC); 35 static int phar_stream_close(php_stream *stream, int close_handle TSRMLS_DC); 36 static int phar_stream_flush(php_stream *stream TSRMLS_DC); [all...] |