Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 176 – 200 of 386) sorted by last modified time

12345678910>>...16

/PHP-5.5/ext/openssl/
H A Dxp_ssl.c70 static int is_http_stream_talking_to_iis(php_stream *stream TSRMLS_DC) in is_http_stream_talking_to_iis()
94 static int handle_ssl_error(php_stream *stream, int nr_bytes, zend_bool is_init TSRMLS_DC) in handle_ssl_error()
177 static size_t php_openssl_sockop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_openssl_sockop_read()
369 static int php_openssl_sockop_close(php_stream *stream, int close_handle TSRMLS_DC) in php_openssl_sockop_close()
420 static int php_openssl_sockop_flush(php_stream *stream TSRMLS_DC) in php_openssl_sockop_flush()
425 static int php_openssl_sockop_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) in php_openssl_sockop_stat()
433 php_stream_xport_crypto_param *cparam in php_openssl_setup_crypto()
570 php_stream_xport_crypto_param *cparam in php_openssl_enable_crypto()
737 php_stream_xport_param *xparam STREAMS_DC TSRMLS_DC) in php_openssl_tcp_sockop_accept()
930 static int php_openssl_sockop_cast(php_stream *stream, int castas, void **ret TSRMLS_DC) in php_openssl_sockop_cast()
[all …]
H A Dopenssl.c508 static void php_pkey_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_pkey_free()
517 static void php_x509_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_x509_free()
523 static void php_csr_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_csr_free()
531 inline static int php_openssl_open_base_dir_chk(char *filename TSRMLS_DC) in php_openssl_open_base_dir_chk()
649 static time_t asn1_time_to_time_t(ASN1_UTCTIME * timestr TSRMLS_DC) /* {{{ */ in asn1_time_to_time_t()
762 static int add_oid_section(struct php_x509_request * req TSRMLS_DC) /* {{{ */ in add_oid_section()
904 static void php_openssl_dispose_config(struct php_x509_request * req TSRMLS_DC) /* {{{ */ in php_openssl_dispose_config()
1772 static X509_STORE * setup_verify(zval * calist TSRMLS_DC) in setup_verify()
2936 static EVP_PKEY * php_openssl_generate_private_key(struct php_x509_request * req TSRMLS_DC) in php_openssl_generate_private_key()
3013 static int php_openssl_is_private_key(EVP_PKEY* pkey TSRMLS_DC) in php_openssl_is_private_key()
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c338 void *_zend_shared_memdup(void *source, size_t size, zend_bool free_source TSRMLS_DC) in _zend_shared_memdup()
479 void zend_accel_shared_protect(int mode TSRMLS_DC) in zend_accel_shared_protect()
H A Dzend_accelerator_util_funcs.c161 void zend_accel_free_user_functions(HashTable *ht TSRMLS_DC) in zend_accel_free_user_functions()
170 static int move_user_function(zend_function *function in move_user_function()
190 void zend_accel_move_user_functions(HashTable *src, HashTable *dst TSRMLS_DC) in zend_accel_move_user_functions()
203 static int copy_internal_function(zend_function *function, HashTable *function_table TSRMLS_DC) in copy_internal_function()
225 static inline zval* zend_clone_zval(zval *src, int bind TSRMLS_DC)
387 …methods(HashTable *ht, HashTable *source, zend_class_entry *old_ce, zend_class_entry *ce TSRMLS_DC)
499 …op_info(HashTable *ht, HashTable *source, zend_class_entry *old_ce, zend_class_entry *ce TSRMLS_DC)
891 …ss_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCopyConstructor TSRMLS…
909 …atic void zend_do_delayed_early_binding(zend_op_array *op_array, zend_uint early_binding TSRMLS_DC)
931 …zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory TSRMLS_DC)
H A Dzend_persist.c59 … void zend_hash_persist(HashTable *ht, void (*pPersistElement)(void *pElement TSRMLS_DC), size_t e… in zend_hash_persist()
141 static void zend_persist_zval(zval *z TSRMLS_DC)
160 static void zend_persist_zval_ptr(zval **zp TSRMLS_DC)
173 static void zend_protect_zval(zval *z TSRMLS_DC)
179 …nd_persist_op_array_ex(zend_op_array *op_array, zend_persistent_script* main_persistent_script TSR…
434 static void zend_persist_op_array(zend_op_array *op_array TSRMLS_DC)
439 static void zend_persist_property_info(zend_property_info *prop TSRMLS_DC)
456 static void zend_persist_class_entry(zend_class_entry **pce TSRMLS_DC)
590 static int zend_update_property_info_ce(zend_property_info *prop TSRMLS_DC)
596 static int zend_update_parent_ce(zend_class_entry **pce TSRMLS_DC)
[all …]
H A Dzend_accelerator_module.c309 static int filename_is_in_cache(char *filename, int filename_len TSRMLS_DC) in filename_is_in_cache()
628 static int add_blacklist_path(zend_blacklist_entry *p, zval *return_value TSRMLS_DC) in add_blacklist_path()
H A Dzend_persist_calc.c51 … zend_hash_persist_calc(HashTable *ht, int (*pPersistElement)(void *pElement TSRMLS_DC), size_t el… in zend_hash_persist_calc()
96 static uint zend_persist_zval_calc(zval *z TSRMLS_DC)
118 static uint zend_persist_zval_ptr_calc(zval **zp TSRMLS_DC)
130 static uint zend_persist_op_array_calc(zend_op_array *op_array TSRMLS_DC)
223 static uint zend_persist_property_info_calc(zend_property_info *prop TSRMLS_DC)
233 static uint zend_persist_class_entry_calc(zend_class_entry **pce TSRMLS_DC)
328 static uint zend_accel_persist_class_table_calc(HashTable *class_table TSRMLS_DC)
333 …t_calc(zend_persistent_script *new_persistent_script, char *key, unsigned int key_length TSRMLS_DC)
H A DZendAccelerator.c170 static inline char* accel_getcwd(int *cwd_len TSRMLS_DC) in accel_getcwd()
187 void zend_accel_schedule_restart_if_necessary(zend_accel_restart_reason reason TSRMLS_DC) in zend_accel_schedule_restart_if_necessary()
1266 static void zend_accel_set_auto_globals(int mask TSRMLS_DC) in zend_accel_set_auto_globals()
1694 static char *accel_tsrm_realpath(const char *path, int path_len TSRMLS_DC)
2221 static int accel_clean_non_persistent_function(zend_function *function TSRMLS_DC)
2237 static int accel_cleanup_function_data(zend_function *function TSRMLS_DC)
2249 static int accel_clean_non_persistent_class(zend_class_entry **pce TSRMLS_DC)
2283 static int accel_clean_non_persistent_constant(zend_constant *c TSRMLS_DC)
2488 static void accel_globals_ctor(zend_accel_globals *accel_globals TSRMLS_DC)
2495 static void accel_globals_dtor(zend_accel_globals *accel_globals TSRMLS_DC)
[all …]
H A Dzend_accelerator_blacklist.c374 …d_accel_blacklist_apply(zend_blacklist *blacklist, apply_func_arg_t func, void *argument TSRMLS_DC)
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c62 int zend_optimizer_add_literal(zend_op_array *op_array, const zval *zv TSRMLS_DC) in zend_optimizer_add_literal()
116 zval *val TSRMLS_DC) in update_op1_const()
158 zval *val TSRMLS_DC) in update_op2_const()
280 TSRMLS_DC) in replace_tmp_by_const()
354 void zend_optimizer(zend_op_array *op_array TSRMLS_DC) in zend_optimizer()
H A Dblock_pass.c606 …void zend_optimize_block(zend_code_block *block, zend_op_array *op_array, char *used_ext TSRMLS_DC) in zend_optimize_block()
1319 …mp_optimization(zend_code_block *block, zend_op_array *op_array, zend_code_block *blocks TSRMLS_DC) in zend_jmp_optimization()
2027 static void zend_block_optimization(zend_op_array *op_array TSRMLS_DC) in zend_block_optimization()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c468 static void _close_odbc_conn(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_odbc_conn()
497 static void _close_odbc_pconn(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_odbc_pconn()
945 int odbc_bindcols(odbc_result *result TSRMLS_DC) in odbc_bindcols()
1061 static int _close_pconn_with_id(zend_rsrc_list_entry *le, int *id TSRMLS_DC) in _close_pconn_with_id()
2407 …nect(odbc_connection **conn, char *db, char *uid, char *pwd, int cur_opt, int persistent TSRMLS_DC) in odbc_sqlconnect()
H A Dbirdstep.c166 static void _close_birdstep_link(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_birdstep_link()
175 static void _free_birdstep_result(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _free_birdstep_result()
227 static int birdstep_add_conn(HashTable *list,VConn *conn,HDBC hdbc TSRMLS_DC) in birdstep_add_conn()
/PHP-5.5/ext/oci8/
H A Doci8_statement.c114 int php_oci_statement_set_prefetch(php_oci_statement *statement, long size TSRMLS_DC) in php_oci_statement_set_prefetch()
137 int php_oci_cleanup_pre_fetch(void *data TSRMLS_DC) in php_oci_cleanup_pre_fetch()
171 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC) in php_oci_statement_fetch()
406 int php_oci_statement_execute(php_oci_statement *statement, ub4 mode TSRMLS_DC) in php_oci_statement_execute()
753 int php_oci_statement_cancel(php_oci_statement *statement TSRMLS_DC) in php_oci_statement_cancel()
762 void php_oci_statement_free(php_oci_statement *statement TSRMLS_DC) in php_oci_statement_free()
809 int php_oci_bind_pre_exec(void *data, void *result TSRMLS_DC) in php_oci_bind_pre_exec()
871 int php_oci_bind_post_exec(void *data TSRMLS_DC) in php_oci_bind_post_exec()
1365 int php_oci_statement_get_type(php_oci_statement *statement, ub2 *type TSRMLS_DC) in php_oci_statement_get_type()
1386 int php_oci_statement_get_numrows(php_oci_statement *statement, ub4 *numrows TSRMLS_DC) in php_oci_statement_get_numrows()
[all …]
H A Doci8.c1614 sb4 php_oci_error(OCIError *err_p, sword status TSRMLS_DC) in php_oci_error()
1673 sb4 php_oci_fetch_errmsg(OCIError *error_handle, text **error_buf TSRMLS_DC) in php_oci_fetch_errmsg()
2180 static int php_oci_connection_ping(php_oci_connection *connection TSRMLS_DC) in php_oci_connection_ping()
2239 int php_oci_connection_rollback(php_oci_connection *connection TSRMLS_DC) in php_oci_connection_rollback()
2256 int php_oci_connection_commit(php_oci_connection *connection TSRMLS_DC) in php_oci_connection_commit()
2344 int php_oci_connection_release(php_oci_connection *connection TSRMLS_DC) in php_oci_connection_release()
2446 void php_oci_client_get_version(char **version TSRMLS_DC) in php_oci_client_get_version()
2679 static int php_oci_persistent_helper(zend_rsrc_list_entry *le TSRMLS_DC) in php_oci_persistent_helper()
2911 static OCIEnv *php_oci_create_env(ub2 charsetid TSRMLS_DC) in php_oci_create_env()
3274 static void php_oci_spool_list_dtor(zend_rsrc_list_entry *entry TSRMLS_DC) in php_oci_spool_list_dtor()
[all …]
H A Doci8_lob.c54 php_oci_descriptor *php_oci_lob_create (php_oci_connection *connection, long type TSRMLS_DC) in php_oci_lob_create()
116 int php_oci_lob_get_length (php_oci_descriptor *descriptor, ub4 *length TSRMLS_DC) in php_oci_lob_get_length()
207 …inline int php_oci_lob_calculate_buffer(php_oci_descriptor *descriptor, long read_length TSRMLS_DC) in php_oci_lob_calculate_buffer()
490 int php_oci_lob_set_buffering (php_oci_descriptor *descriptor, int on_off TSRMLS_DC) in php_oci_lob_set_buffering()
579 int php_oci_lob_close (php_oci_descriptor *descriptor TSRMLS_DC) in php_oci_lob_close()
602 int php_oci_temp_lob_close (php_oci_descriptor *descriptor TSRMLS_DC) in php_oci_temp_lob_close()
630 int php_oci_lob_flush(php_oci_descriptor *descriptor, long flush_flag TSRMLS_DC) in php_oci_lob_flush()
672 void php_oci_lob_free (php_oci_descriptor *descriptor TSRMLS_DC) in php_oci_lob_free()
718 int php_oci_lob_import (php_oci_descriptor *descriptor, char *filename TSRMLS_DC)
806 int php_oci_lob_truncate (php_oci_descriptor *descriptor, long new_lob_length TSRMLS_DC)
[all …]
H A Doci8_collection.c241 int php_oci_collection_size(php_oci_collection *collection, sb4 *size TSRMLS_DC) in php_oci_collection_size()
257 int php_oci_collection_max(php_oci_collection *collection, long *max TSRMLS_DC) in php_oci_collection_max()
269 int php_oci_collection_trim(php_oci_collection *collection, long trim_size TSRMLS_DC) in php_oci_collection_trim()
285 int php_oci_collection_append_null(php_oci_collection *collection TSRMLS_DC) in php_oci_collection_append_null()
303 … php_oci_collection_append_date(php_oci_collection *collection, char *date, int date_len TSRMLS_DC) in php_oci_collection_append_date()
340 …ci_collection_append_number(php_oci_collection *collection, char *number, int number_len TSRMLS_DC) in php_oci_collection_append_number()
384 …_collection_append_string(php_oci_collection *collection, char *element, int element_len TSRMLS_DC) in php_oci_collection_append_string()
419 …php_oci_collection_append(php_oci_collection *collection, char *element, int element_len TSRMLS_DC) in php_oci_collection_append()
459 …collection_element_get(php_oci_collection *collection, long index, zval **result_element TSRMLS_DC) in php_oci_collection_element_get()
572 int php_oci_collection_element_set_null(php_oci_collection *collection, long index TSRMLS_DC) in php_oci_collection_element_set_null()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_reverse_api.c61 mysqlnd_reverse_api_register_api(MYSQLND_REVERSE_API * apiext TSRMLS_DC) in mysqlnd_reverse_api_register_api()
71 zval_to_mysqlnd(zval * zv TSRMLS_DC) in zval_to_mysqlnd()
H A Dmysqlnd_statistics.c267 …TATS * const stats, enum_mysqlnd_collected_stats statistic, mysqlnd_stat_trigger trigger TSRMLS_DC) in mysqlnd_stats_set_trigger()
284 mysqlnd_stats_reset_triggers(MYSQLND_STATS * const stats TSRMLS_DC) in mysqlnd_stats_reset_triggers()
H A Dmysqlnd_wireprotocol.c238 unsigned int *error_no, char *sqlstate TSRMLS_DC) in php_mysqlnd_read_error_from_line()
281 MYSQLND_STATS * conn_stats, MYSQLND_ERROR_INFO * error_info TSRMLS_DC) in mysqlnd_read_header()
323 php_mysqlnd_greet_read(void * _packet, MYSQLND_CONN_DATA * conn TSRMLS_DC) in php_mysqlnd_greet_read()
806 php_mysqlnd_ok_read(void * _packet, MYSQLND_CONN_DATA * conn TSRMLS_DC) in php_mysqlnd_ok_read()
892 php_mysqlnd_eof_read(void * _packet, MYSQLND_CONN_DATA * conn TSRMLS_DC) in php_mysqlnd_eof_read()
1399 unsigned int prealloc_more_bytes TSRMLS_DC) in php_mysqlnd_read_row_ex()
1482 zend_bool as_int_or_float, MYSQLND_STATS * stats TSRMLS_DC) in php_mysqlnd_rowp_read_binary_protocol()
1580 zend_bool as_int_or_float, MYSQLND_STATS * stats TSRMLS_DC) in php_mysqlnd_rowp_read_text_protocol()
1767 php_mysqlnd_rowp_read(void * _packet, MYSQLND_CONN_DATA * conn TSRMLS_DC) in php_mysqlnd_rowp_read()
2531 mysqlnd_protocol_init(zend_bool persistent TSRMLS_DC) in mysqlnd_protocol_init()
[all …]
H A Dphp_mysqlnd.c68 mysqlnd_minfo_dump_plugin_stats(void *pDest, void * argument TSRMLS_DC) in mysqlnd_minfo_dump_plugin_stats()
91 mysqlnd_minfo_dump_loaded_plugins(void *pDest, void * buf TSRMLS_DC) in mysqlnd_minfo_dump_loaded_plugins()
107 mysqlnd_minfo_dump_api_plugins(smart_str * buffer TSRMLS_DC) in mysqlnd_minfo_dump_api_plugins()
H A Dmysqlnd_ps.c241 mysqlnd_stmt_skip_metadata(MYSQLND_STMT * s TSRMLS_DC) in mysqlnd_stmt_skip_metadata()
278 mysqlnd_stmt_read_prepare_response(MYSQLND_STMT * s TSRMLS_DC) in mysqlnd_stmt_read_prepare_response()
322 mysqlnd_stmt_prepare_read_eof(MYSQLND_STMT * s TSRMLS_DC) in mysqlnd_stmt_prepare_read_eof()
474 mysqlnd_stmt_execute_parse_response(MYSQLND_STMT * const s TSRMLS_DC) in mysqlnd_stmt_execute_parse_response()
713 …ffered(MYSQLND_RES *result, void *param, unsigned int flags, zend_bool *fetched_anything TSRMLS_DC) in mysqlnd_stmt_fetch_row_buffered()
810 …ffered(MYSQLND_RES *result, void *param, unsigned int flags, zend_bool *fetched_anything TSRMLS_DC) in mysqlnd_stmt_fetch_row_unbuffered()
977 …cursor(MYSQLND_RES *result, void *param, unsigned int flags, zend_bool *fetched_anything TSRMLS_DC) in mysqlnd_fetch_stmt_row_cursor()
1961 mysqlnd_stmt_separate_result_bind(MYSQLND_STMT * const s TSRMLS_DC) in mysqlnd_stmt_separate_result_bind()
2017 mysqlnd_stmt_separate_one_result_bind(MYSQLND_STMT * const s, unsigned int param_no TSRMLS_DC) in mysqlnd_stmt_separate_one_result_bind()
2353 _mysqlnd_stmt_init(MYSQLND_CONN_DATA * const conn TSRMLS_DC) in _mysqlnd_stmt_init()
H A Dmysqlnd_plugin.c70 enum_func_status mysqlnd_example_plugin_end(void * p TSRMLS_DC) in mysqlnd_example_plugin_end()
109 mysqlnd_plugin_end_apply_func(void *pDest TSRMLS_DC) in mysqlnd_plugin_end_apply_func()
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 …PI void _mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument TSRMLS_DC) in _mysqlnd_plugin_apply_with_argument()
H A Dmysqlnd_ps_codec.c59 zend_uchar ** row, unsigned int byte_count TSRMLS_DC) in ps_fetch_from_1_to_8_bytes()
131 …ll(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row TSRMLS_DC) in ps_fetch_null()
140 …8(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row TSRMLS_DC) in ps_fetch_int8()
149 …6(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row TSRMLS_DC) in ps_fetch_int16()
158 …2(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row TSRMLS_DC) in ps_fetch_int32()
167 …4(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row TSRMLS_DC) in ps_fetch_int64()
176 …t(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row TSRMLS_DC) in ps_fetch_float()
199 …e(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row TSRMLS_DC) in ps_fetch_double()
214 …e(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row TSRMLS_DC) in ps_fetch_time()
257 …e(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row TSRMLS_DC) in ps_fetch_date()
[all …]
H A Dmysqlnd_result.c88 …d_rset_zval_ptr_dtor(zval **zv, enum_mysqlnd_res_type type, zend_bool * copy_ctor_called TSRMLS_DC) in mysqlnd_rset_zval_ptr_dtor()
271 void mysqlnd_internal_free_result_contents(MYSQLND_RES * result TSRMLS_DC) in mysqlnd_internal_free_result_contents()
289 void mysqlnd_internal_free_result(MYSQLND_RES * result TSRMLS_DC) in mysqlnd_internal_free_result()
353 mysqlnd_query_read_result_set_header(MYSQLND_CONN_DATA * conn, MYSQLND_STMT * s TSRMLS_DC) in mysqlnd_query_read_result_set_header()
563 mysqlnd_fetch_lengths_buffered(MYSQLND_RES * const result TSRMLS_DC) in mysqlnd_fetch_lengths_buffered()
594 mysqlnd_fetch_lengths_unbuffered(MYSQLND_RES * const result TSRMLS_DC) in mysqlnd_fetch_lengths_unbuffered()
603 PHPAPI unsigned long * _mysqlnd_fetch_lengths(MYSQLND_RES * const result TSRMLS_DC) in _mysqlnd_fetch_lengths()
612 mysqlnd_fetch_row_unbuffered_c(MYSQLND_RES * result TSRMLS_DC) in mysqlnd_fetch_row_unbuffered_c()
914 mysqlnd_fetch_row_buffered_c(MYSQLND_RES * result TSRMLS_DC) in mysqlnd_fetch_row_buffered_c()
985 …fered(MYSQLND_RES * result, void *param, unsigned int flags, zend_bool *fetched_anything TSRMLS_DC) in mysqlnd_fetch_row_buffered()
[all …]

Completed in 323 milliseconds

12345678910>>...16