Lines Matching refs:pdo_stmt_t
111 pdo_stmt_t *stmt = (pdo_stmt_t*)zend_object_store_get_object(getThis() TSRMLS_CC); \ in ZEND_END_ARG_INFO()
122 static inline int rewrite_name_to_position(pdo_stmt_t *stmt, struct pdo_bound_param_data *param TSR… in rewrite_name_to_position()
171 static int dispatch_param_event(pdo_stmt_t *stmt, enum pdo_param_event event_type TSRMLS_DC) /* {{{… in dispatch_param_event()
205 int pdo_stmt_describe_columns(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */ in pdo_stmt_describe_columns()
263 static void get_lazy_object(pdo_stmt_t *stmt, zval *return_value TSRMLS_DC) /* {{{ */ in get_lazy_object()
302 static int really_register_bound_param(struct pdo_bound_param_data *param, pdo_stmt_t *stmt, int is… in really_register_bound_param()
546 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, int *type_override TSRMLS_D… in fetch_value()
689 static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, in do_fetch_common()
742 static int do_fetch_class_prepare(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */ in do_fetch_class_prepare()
779 static int make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_inf… in make_callable_ex()
804 static int do_fetch_func_prepare(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */ in do_fetch_func_prepare()
818 static int do_fetch_opt_finish(pdo_stmt_t *stmt, int free_ctor_agrs TSRMLS_DC) /* {{{ */ in do_fetch_opt_finish()
841 static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, in do_fetch()
1229 static int pdo_stmt_verify_mode(pdo_stmt_t *stmt, long mode, int fetch_all TSRMLS_DC) /* {{{ */ in pdo_stmt_verify_mode()
1561 static int register_bound_param(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int is_param) /* {{… in register_bound_param()
1752 static int generic_stmt_attr_get(pdo_stmt_t *stmt, zval *return_value, long attr) in generic_stmt_attr_get()
1855 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip) in pdo_stmt_setup_fetch_mode()
2045 static int pdo_stmt_do_next_rowset(pdo_stmt_t *stmt TSRMLS_DC) in pdo_stmt_do_next_rowset()
2219 pdo_stmt_t * stmt = (pdo_stmt_t *) zend_object_store_get_object(object TSRMLS_CC); in dbstmt_prop_write()
2232 pdo_stmt_t * stmt = (pdo_stmt_t *) zend_object_store_get_object(object TSRMLS_CC); in dbstmt_prop_delete()
2255 pdo_stmt_t *stmt = (pdo_stmt_t*)zend_object_store_get_object(object TSRMLS_CC); in dbstmt_method_get()
2293 pdo_stmt_t *stmt; in dbstmt_clone_obj()
2294 pdo_stmt_t *old_stmt; in dbstmt_clone_obj()
2302 old_stmt = (pdo_stmt_t *)zend_object_store_get_object(zobject TSRMLS_CC); in dbstmt_clone_obj()
2344 static void free_statement(pdo_stmt_t *stmt TSRMLS_DC) in free_statement()
2398 PDO_API void php_pdo_stmt_addref(pdo_stmt_t *stmt TSRMLS_DC) in php_pdo_stmt_addref()
2403 PDO_API void php_pdo_stmt_delref(pdo_stmt_t *stmt TSRMLS_DC) in php_pdo_stmt_delref()
2410 void pdo_dbstmt_free_storage(pdo_stmt_t *stmt TSRMLS_DC) in pdo_dbstmt_free_storage()
2419 pdo_stmt_t *stmt; in pdo_dbstmt_new()
2437 pdo_stmt_t *stmt;
2501 pdo_stmt_t *stmt = I->stmt; /* for PDO_HANDLE_STMT_ERR() */ in pdo_stmt_iter_move_forwards()
2525 pdo_stmt_t *stmt = (pdo_stmt_t*)zend_object_store_get_object(object TSRMLS_CC); in pdo_stmt_iter_get()
2561 pdo_stmt_t * stmt = (pdo_stmt_t *) zend_object_store_get_object(object TSRMLS_CC); in row_prop_read()
2614 pdo_stmt_t * stmt = (pdo_stmt_t *) zend_object_store_get_object(object TSRMLS_CC); in row_prop_exists()
2661 pdo_stmt_t * stmt = (pdo_stmt_t *) zend_object_store_get_object(object TSRMLS_CC); in row_get_properties()
2766 void pdo_row_free_storage(pdo_stmt_t *stmt TSRMLS_DC) in pdo_row_free_storage()