Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 226 – 250 of 386) sorted by relevance

12345678910>>...16

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c26 …e, int name_length, char *new_value, int new_value_length, int mode, int stage TSRMLS_DC) /* {{{ */ in fpm_php_zend_ini_alter_master()
51 static void fpm_php_disable(char *value, int (*zend_disable)(char *, uint TSRMLS_DC) TSRMLS_DC) /* … in fpm_php_disable()
261 char* fpm_php_get_string_from_table(char *table, char *key TSRMLS_DC) /* {{{ */ in fpm_php_get_string_from_table()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c309 static void php_free_sybase_result(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_free_sybase_result()
324 static void _close_sybase_link(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_sybase_link()
359 static void _close_sybase_plink(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_sybase_plink()
411 static int _call_message_handler(zval *callback_name, CS_SERVERMSG *srvmsg TSRMLS_DC) in _call_message_handler()
629 …(sybase_link *sybase, char *host, char *user, char *passwd, char *charset, char *appname TSRMLS_DC) in php_sybase_do_connect_internal()
937 inline static int php_sybase_connection_id(zval *sybase_link_index, int *id TSRMLS_DC) in php_sybase_connection_id()
1090 static int php_sybase_finish_results(sybase_result *result TSRMLS_DC) in php_sybase_finish_results()
1194 static int php_sybase_fetch_result_row(sybase_result *result, int numrows TSRMLS_DC) in php_sybase_fetch_result_row()
1296 …se_result * php_sybase_fetch_result_set(sybase_link *sybase_ptr, int buffered, int store TSRMLS_DC) in php_sybase_fetch_result_set()
/PHP-5.5/ext/dom/
H A Dcharacterdata.c79 int dom_characterdata_data_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_characterdata_data_read()
103 int dom_characterdata_data_write(dom_object *obj, zval *newval TSRMLS_DC) in dom_characterdata_data_write()
140 int dom_characterdata_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_characterdata_length_read()
H A Ddomimplementationlist.c55 int dom_domimplementationlist_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_domimplementationlist_length_read()
H A Ddomstringlist.c55 int dom_domstringlist_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_domstringlist_length_read()
/PHP-5.5/ext/soap/
H A Dphp_http.c35 int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) in proxy_authentication()
64 int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) in basic_authentication()
98 smart_str* soap_headers TSRMLS_DC) in http_context_headers()
163 …val* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *context, int *use_proxy TSRMLS_DC) in http_connect()
340 int *buffer_len TSRMLS_DC) in make_http_soap_request()
1371 …_http_body(php_stream *stream, int close, char *headers, char **response, int *out_size TSRMLS_DC) in get_http_body()
1505 static int get_http_headers(php_stream *stream, char **response, int *out_size TSRMLS_DC) in get_http_headers()
/PHP-5.5/ext/standard/
H A Dfilestat.c122 static int php_disk_total_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_total_space()
253 static int php_disk_free_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_free_space()
389 PHPAPI int php_get_gid_by_name(const char *name, gid_t *gid TSRMLS_DC) in php_get_gid_by_name()
526 PHPAPI uid_t php_get_uid_by_name(const char *name, uid_t *uid TSRMLS_DC) in php_get_uid_by_name()
803 …_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename_len TSRMLS_DC) in php_clear_stat_cache()
849 …hp_stat(const char *filename, php_stat_len filename_length, int type, zval *return_value TSRMLS_DC) in php_stat()
H A Ddl.c102 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC) in php_load_extension()
265 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
283 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
H A Dcredits.c28 PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */ in php_print_credits()
H A Dbasic_functions.c3468 static void basic_globals_ctor(php_basic_globals *basic_globals_p TSRMLS_DC) /* {{{ */ in basic_globals_ctor()
3494 static void basic_globals_dtor(php_basic_globals *basic_globals_p TSRMLS_DC) /* {{{ */ in basic_globals_dtor()
4583 static int add_config_entry_cb(zval *entry TSRMLS_DC, int num_args, va_list args, zend_hash_key *ha…
4711 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC) /* {{{ */
4717 …r_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers TSRMLS_DC) /* {{{ */
4990 static int user_shutdown_function_call(php_shutdown_function_entry *shutdown_function_entry TSRMLS_…
5019 static void user_tick_function_call(user_tick_function_entry *tick_fe TSRMLS_DC) /* {{{ */
5175 PHPAPI zend_bool remove_user_shutdown_function(char *function_name, size_t function_len TSRMLS_DC) …
5185 …HPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry …
5881 …hp_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *arr TSRMLS_DC)
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c50 static void istream_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in istream_dtor()
252 static void istream_destructor(php_istream *stm TSRMLS_DC) in istream_destructor()
271 PHP_COM_DOTNET_API IStream *php_com_wrapper_export_stream(php_stream *stream TSRMLS_DC) in php_com_wrapper_export_stream()
691 static void helper_free_storage(void *obj TSRMLS_DC) in helper_free_storage()
712 static void helper_clone(void *obj, void **clone_ptr TSRMLS_DC) in helper_clone()
736 static zend_object_value helper_new(zend_class_entry *ce TSRMLS_DC) in helper_new()
H A Dcom_com.c341 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg TSRMLS_DC) in php_com_invoke_helper()
419 int namelen, DISPID *dispid TSRMLS_DC) in php_com_get_id_of_name()
465 WORD flags, VARIANT *v, int nargs, zval ***args TSRMLS_DC) in php_com_do_invoke_byref()
586 WORD flags, VARIANT *v, int nargs, zval **args, int silent, int allow_noarg TSRMLS_DC) in php_com_do_invoke_by_id()
633 WORD flags, VARIANT *v, int nargs, zval **args, int allow_noarg TSRMLS_DC) in php_com_do_invoke()
/PHP-5.5/Zend/
H A Dzend_extensions.c141 static void zend_extension_shutdown(zend_extension *extension TSRMLS_DC) in zend_extension_shutdown()
197 …extension_message_dispatcher(const zend_extension *extension, int num_args, va_list args TSRMLS_DC) in zend_extension_message_dispatcher()
/PHP-5.5/ext/phar/
H A Dphar_internal.h364 static inline php_stream *phar_get_entrypfp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypfp()
372 static inline php_stream *phar_get_entrypufp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypufp()
380 static inline void phar_set_entrypfp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypfp()
390 static inline void phar_set_entrypufp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypufp()
400 static inline php_stream *phar_get_pharfp(phar_archive_data *phar TSRMLS_DC) in phar_get_pharfp()
408 static inline php_stream *phar_get_pharufp(phar_archive_data *phar TSRMLS_DC) in phar_get_pharufp()
416 static inline void phar_set_pharfp(phar_archive_data *phar, php_stream *fp TSRMLS_DC) in phar_set_pharfp()
426 static inline void phar_set_pharufp(phar_archive_data *phar, php_stream *fp TSRMLS_DC) in phar_set_pharufp()
450 static inline enum phar_fp_type phar_get_fp_type(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_type()
458 static inline off_t phar_get_fp_offset(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_offset()
[all …]
H A Dphar_object.c39 static int phar_file_type(HashTable *mimes, char *file, char **mime_type TSRMLS_DC) /* {{{ */ in phar_file_type()
333 static void phar_do_403(char *entry, int entry_len TSRMLS_DC) /* {{{ */ in phar_do_403()
1099 static void phar_spl_foreign_dtor(spl_filesystem_object *object TSRMLS_DC) /* {{{ */ in phar_spl_foreign_dtor()
1114 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_DC in phar_spl_foreign_clone()
1418 static int phar_build(zend_object_iterator *iter, void *puser TSRMLS_DC) /* {{{ */ in phar_build()
1974 static int phar_copy_file_contents(phar_entry_info *entry, php_stream *fp TSRMLS_DC) /* {{{ */ in phar_copy_file_contents()
3139 static int phar_set_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_set_compression()
3156 static int phar_test_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_test_compression()
3180 static void pharobj_set_compression(HashTable *manifest, php_uint32 compress TSRMLS_DC) /* {{{ */ in pharobj_set_compression()
3186 static int pharobj_cancompress(HashTable *manifest TSRMLS_DC) /* {{{ */ in pharobj_cancompress()
[all …]
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.c131 …le, int32_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case, int last TSRMLS_DC) in grapheme_strpos_utf16()
234 …ng(const UChar *text, int32_t text_length, int boundary_array[], int boundary_array_len TSRMLS_DC ) in grapheme_split_string()
377 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status TSRMLS_DC ) in grapheme_get_break_iterator()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c60 …reader_read_int_t read_int_func, xmlreader_read_const_char_t read_char_func, int rettype TSRMLS_DC) in xmlreader_register_prop_handler()
72 …reader_property_reader(xmlreader_object *obj, xmlreader_prop_handler *hnd, zval **retval TSRMLS_DC) in xmlreader_property_reader()
116 …eader_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in xmlreader_get_property_ptr_ptr()
150 …l *xmlreader_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in xmlreader_read_property()
193 …mlreader_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_DC) in xmlreader_write_property()
230 …mlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len TSRMLS_DC) { in _xmlreader_get_valid_file_path()
280 xmlRelaxNGValidityWarningFunc warn_func TSRMLS_DC) in _xmlreader_get_relaxNG()
378 void xmlreader_objects_free_storage(void *object TSRMLS_DC) in xmlreader_objects_free_storage()
391 zend_object_value xmlreader_objects_new(zend_class_entry *class_type TSRMLS_DC) in xmlreader_objects_new()
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dzero.c44 bc_is_zero (bc_num num TSRMLS_DC) in bc_is_zero()
/PHP-5.5/ext/interbase/
H A Dibase_blobs.c35 static void _php_ibase_free_blob(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _php_ibase_free_blob()
96 int _php_ibase_blob_get(zval *return_value, ibase_blob *ib_blob, unsigned long max_len TSRMLS_DC) /… in _php_ibase_blob_get()
129 int _php_ibase_blob_add(zval **string_arg, ibase_blob *ib_blob TSRMLS_DC) /* {{{ */ in _php_ibase_blob_add()
150 static int _php_ibase_blob_info(isc_blob_handle bl_handle, IBASE_BLOBINFO *bl_info TSRMLS_DC) /* {{… in _php_ibase_blob_info()
/PHP-5.5/win32/
H A Dsendmail.c154 static char *php_win32_mail_trim_header(char *header TSRMLS_DC) in php_win32_mail_trim_header()
215 char *mailCc, char *mailBcc, char *mailRPath TSRMLS_DC) in TSendMail()
383 char *headers, char *headers_lc, char **error_message TSRMLS_DC) in SendText()
685 static int PostHeader(char *RPath, char *Subject, char *mailTo, char *xheaders TSRMLS_DC) in PostHeader()
/PHP-5.5/ext/dba/
H A Ddba.c411 static void dba_close(dba_info *info TSRMLS_DC) in dba_close()
442 static void dba_close_rsrc(zend_rsrc_list_entry *rsrc TSRMLS_DC) in dba_close_rsrc()
451 int dba_close_pe_rsrc_deleter(zend_rsrc_list_entry *le, void *pDba TSRMLS_DC) in dba_close_pe_rsrc_deleter()
458 static void dba_close_pe_rsrc(zend_rsrc_list_entry *rsrc TSRMLS_DC) in dba_close_pe_rsrc()
589 dba_info *php_dba_find(const char* path TSRMLS_DC) in php_dba_find()
/PHP-5.5/sapi/apache/
H A Dsapi_apache.c28 int apache_php_module_main(request_rec *r, int display_source_mode TSRMLS_DC) in apache_php_module_main()
/PHP-5.5/ext/session/
H A Dmod_files.c121 static void ps_files_open(ps_files *data, const char *key TSRMLS_DC) in ps_files_open()
186 static int ps_files_cleanup_dir(const char *dirname, int maxlifetime TSRMLS_DC) in ps_files_cleanup_dir()
239 static int ps_files_key_exists(ps_files *data, const char *key TSRMLS_DC) in ps_files_key_exists()
/PHP-5.5/main/
H A Dmergesort.c105 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort()
265 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… in setup()
336 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void * T… in insertionsort()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c254 static zend_function *_copy_function(zend_function *fptr TSRMLS_DC) /* {{{ */ in _copy_function()
272 static void _free_function(zend_function *fptr TSRMLS_DC) /* {{{ */ in _free_function()
284 static void reflection_free_objects_storage(void *object TSRMLS_DC) /* {{{ */ in reflection_free_objects_storage()
336 static zval * reflection_instantiate(zend_class_entry *pce, zval *object TSRMLS_DC) /* {{{ */ in reflection_instantiate()
357 static void _class_string(string *str, zend_class_entry *ce, zval *obj, char *indent TSRMLS_DC) in _class_string()
654 static void _const_string(string *str, char *name, zval *value, char *indent TSRMLS_DC) in _const_string()
1037 static void _extension_string(string *str, zend_module_entry *module, char *indent TSRMLS_DC) in _extension_string()
1191 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC) in zend_reflection_class_factory()
1208 static void reflection_extension_factory(zval *object, const char *name_str TSRMLS_DC) in reflection_extension_factory()
1947 static int _zval_array_to_c_array(zval **arg, zval ****params TSRMLS_DC) /* {{{ */ in _zval_array_to_c_array()
[all …]

Completed in 114 milliseconds

12345678910>>...16