Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 176 – 200 of 386) sorted by path

12345678910>>...16

/PHP-5.5/ext/mysqli/
H A Dmysqli_warning.c58 MYSQLI_WARNING *php_new_warning(const char *reason, int errorno TSRMLS_DC) in php_new_warning()
76 MYSQLI_WARNING *php_get_warnings(MYSQL *mysql TSRMLS_DC) in php_get_warnings()
105 MYSQLI_WARNING *php_new_warning(const zval * reason, int errorno TSRMLS_DC) in php_new_warning()
126 MYSQLI_WARNING * php_get_warnings(MYSQLND_CONN_DATA * mysql TSRMLS_DC) in php_get_warnings()
213 int mysqli_warning_message(mysqli_object *obj, zval **retval TSRMLS_DC) in mysqli_warning_message()
232 int mysqli_warning_sqlstate(mysqli_object *obj, zval **retval TSRMLS_DC) in mysqli_warning_sqlstate()
251 int mysqli_warning_errno(mysqli_object *obj, zval **retval TSRMLS_DC) in mysqli_warning_errno()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c443 unsigned long mysql_flags in mysqlnd_switch_to_ssl_if_needed()
540 zend_bool is_change_user in mysqlnd_run_authentication()
670 unsigned long mysql_flags in mysqlnd_connect_run_authentication()
1128 unsigned int mysql_flags
1246 MYSQLND ** mysqlnd_stream_array_check_for_readiness(MYSQLND ** conn_array TSRMLS_DC)
1280 …ysqlnd_stream_array_to_fd_set(MYSQLND ** conn_array, fd_set * fds, php_socket_t * max_fd TSRMLS_DC)
1314 static int mysqlnd_stream_array_from_fd_set(MYSQLND ** conn_array, fd_set * fds TSRMLS_DC)
1357 … **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, int * desc_num TSRMLS_DC)
1581 mysqlnd_old_escape_string(char * newstr, const char * escapestr, size_t escapestr_len TSRMLS_DC)
2697 mysqlnd_escape_string_for_tx_name_in_comment(const char * const name TSRMLS_DC)
[all …]
H A Dmysqlnd_auth.c49 size_t * switch_to_auth_protocol_data_len in mysqlnd_auth_handshake()
170 size_t * switch_to_auth_protocol_data_len in mysqlnd_auth_change_user()
364 unsigned long mysql_flags in mysqlnd_native_auth_get_auth_data()
424 unsigned long mysql_flags in mysqlnd_pam_auth_get_auth_data()
484 const MYSQLND_NET_OPTIONS * const net_options in mysqlnd_sha256_get_rsa_key()
577 unsigned long mysql_flags in mysqlnd_sha256_auth_get_auth_data()
H A Dmysqlnd_block_alloc.c32 mysqlnd_mempool_free_chunk(MYSQLND_MEMORY_POOL_CHUNK * chunk TSRMLS_DC) in mysqlnd_mempool_free_chunk()
57 mysqlnd_mempool_resize_chunk(MYSQLND_MEMORY_POOL_CHUNK * chunk, unsigned int size TSRMLS_DC) in mysqlnd_mempool_resize_chunk()
115 …ORY_POOL_CHUNK * mysqlnd_mempool_get_chunk(MYSQLND_MEMORY_POOL * pool, unsigned int size TSRMLS_DC) in mysqlnd_mempool_get_chunk()
153 mysqlnd_mempool_create(size_t arena_size TSRMLS_DC) in mysqlnd_mempool_create()
176 mysqlnd_mempool_destroy(MYSQLND_MEMORY_POOL * pool TSRMLS_DC) in mysqlnd_mempool_destroy()
H A Dmysqlnd_bt.c53 mysqlnd_build_trace_args(zval **arg TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key)… in mysqlnd_build_trace_args()
150 mysqlnd_build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_… in mysqlnd_build_trace_string()
204 mysqlnd_get_backtrace(uint max_levels, size_t * length TSRMLS_DC) in mysqlnd_get_backtrace()
H A Dmysqlnd_charset.c688 const char * escapestr, size_t escapestr_len TSRMLS_DC) in mysqlnd_cset_escape_quotes()
742 const char * escapestr, size_t escapestr_len TSRMLS_DC) in mysqlnd_cset_escape_slashes()
H A Dmysqlnd_debug.c725 mysqlnd_debug_init(const char * skip_functions[] TSRMLS_DC) in mysqlnd_debug_init()
747 PHPAPI void _mysqlnd_debug(const char * mode TSRMLS_DC) in _mysqlnd_debug()
H A Dmysqlnd_ext_plugin.c34 _mysqlnd_plugin_get_plugin_connection_data(const MYSQLND * conn, unsigned int plugin_id TSRMLS_DC) in _mysqlnd_plugin_get_plugin_connection_data()
48 …n_get_plugin_connection_data_data(const MYSQLND_CONN_DATA * conn, unsigned int plugin_id TSRMLS_DC) in _mysqlnd_plugin_get_plugin_connection_data_data()
61 …mysqlnd_plugin_get_plugin_result_data(const MYSQLND_RES * result, unsigned int plugin_id TSRMLS_DC) in _mysqlnd_plugin_get_plugin_result_data()
75 …lugin_get_plugin_protocol_data(const MYSQLND_PROTOCOL * protocol, unsigned int plugin_id TSRMLS_DC) in _mysqlnd_plugin_get_plugin_protocol_data()
88 …* _mysqlnd_plugin_get_plugin_stmt_data(const MYSQLND_STMT * stmt, unsigned int plugin_id TSRMLS_DC) in _mysqlnd_plugin_get_plugin_stmt_data()
101 …d ** _mysqlnd_plugin_get_plugin_net_data(const MYSQLND_NET * net, unsigned int plugin_id TSRMLS_DC) in _mysqlnd_plugin_get_plugin_net_data()
H A Dmysqlnd_loaddata.c30 int mysqlnd_local_infile_init(void ** ptr, char * filename, void ** userdata TSRMLS_DC) in mysqlnd_local_infile_init()
69 int mysqlnd_local_infile_read(void * ptr, zend_uchar * buf, unsigned int buf_len TSRMLS_DC) in mysqlnd_local_infile_read()
90 int mysqlnd_local_infile_error(void * ptr, char *error_buf, unsigned int error_buf_len TSRMLS_DC) in mysqlnd_local_infile_error()
111 void mysqlnd_local_infile_end(void * ptr TSRMLS_DC) in mysqlnd_local_infile_end()
158 …dle_local_infile(MYSQLND_CONN_DATA * conn, const char * filename, zend_bool * is_warning TSRMLS_DC) in mysqlnd_handle_local_infile()
H A Dmysqlnd_net.c45 mysqlnd_set_sock_no_delay(php_stream * stream TSRMLS_DC) in mysqlnd_set_sock_no_delay()
490 php_mysqlnd_read_buffer_free(MYSQLND_READ_BUFFER ** buffer TSRMLS_DC) in php_mysqlnd_read_buffer_free()
505 mysqlnd_create_read_buffer(size_t count TSRMLS_DC) in mysqlnd_create_read_buffer()
1128 …nd_net_init(zend_bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info TSRMLS_DC) in mysqlnd_net_init()
1140 …net_free(MYSQLND_NET * const net, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info TSRMLS_DC) in mysqlnd_net_free()
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.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_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 …]
H A Dmysqlnd_result_meta.c33 php_mysqlnd_free_field_metadata(MYSQLND_FIELD *meta, zend_bool persistent TSRMLS_DC) in php_mysqlnd_free_field_metadata()
389 mysqlnd_result_meta_init(unsigned int field_count, zend_bool persistent TSRMLS_DC) in mysqlnd_result_meta_init()
432 …et_plugin_result_metadata_data(const MYSQLND_RES_METADATA * meta, unsigned int plugin_id TSRMLS_DC) in _mysqlnd_plugin_get_plugin_result_metadata_data()
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()
/PHP-5.5/ext/oci8/
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_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 …]
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_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 …]
/PHP-5.5/ext/odbc/
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()
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()

Completed in 162 milliseconds

12345678910>>...16