Lines Matching refs:pdo_stmt_t

111   pdo_stmt_t *stmt = Z_PDO_STMT_P(getThis());	\  in ZEND_END_ARG_INFO()
116 static inline int rewrite_name_to_position(pdo_stmt_t *stmt, struct pdo_bound_param_data *param) /*…
162 static int dispatch_param_event(pdo_stmt_t *stmt, enum pdo_param_event event_type) /* {{{ */ in dispatch_param_event()
193 int pdo_stmt_describe_columns(pdo_stmt_t *stmt) /* {{{ */ in pdo_stmt_describe_columns()
251 static void get_lazy_object(pdo_stmt_t *stmt, zval *return_value) /* {{{ */ in get_lazy_object()
290 static int really_register_bound_param(struct pdo_bound_param_data *param, pdo_stmt_t *stmt, int is… in really_register_bound_param()
538 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, int *type_override) /* {{{ … in fetch_value()
672 static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset, int … in do_fetch_common()
723 static int do_fetch_class_prepare(pdo_stmt_t *stmt) /* {{{ */ in do_fetch_class_prepare()
759 static int make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_inf… in make_callable_ex()
784 static int do_fetch_func_prepare(pdo_stmt_t *stmt) /* {{{ */ in do_fetch_func_prepare()
798 static void do_fetch_opt_finish(pdo_stmt_t *stmt, int free_ctor_agrs) /* {{{ */ in do_fetch_opt_finish()
826 static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enu… in do_fetch()
1206 static int pdo_stmt_verify_mode(pdo_stmt_t *stmt, zend_long mode, int fetch_all) /* {{{ */ in pdo_stmt_verify_mode()
1532 static int register_bound_param(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int is_param) /* {{… in register_bound_param()
1729 static int generic_stmt_attr_get(pdo_stmt_t *stmt, zval *return_value, zend_long attr) in generic_stmt_attr_get()
1832 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip) in pdo_stmt_setup_fetch_mode()
2014 static int pdo_stmt_do_next_rowset(pdo_stmt_t *stmt) in pdo_stmt_do_next_rowset()
2185 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in dbstmt_prop_write()
2198 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in dbstmt_prop_delete()
2220 pdo_stmt_t *stmt = php_pdo_stmt_fetch_object(object); in dbstmt_method_get()
2256 pdo_stmt_t *stmt; in dbstmt_clone_obj()
2257 pdo_stmt_t *old_stmt; in dbstmt_clone_obj()
2259 stmt = ecalloc(1, sizeof(pdo_stmt_t) + zend_object_properties_size(Z_OBJCE_P(zobject))); in dbstmt_clone_obj()
2285 pdo_dbstmt_object_handlers.offset = XtOffsetOf(pdo_stmt_t, std); in pdo_stmt_init()
2302 PDO_API void php_pdo_free_statement(pdo_stmt_t *stmt) in php_pdo_free_statement()
2356 pdo_stmt_t *stmt = php_pdo_stmt_fetch_object(std); in pdo_dbstmt_free_storage()
2362 pdo_stmt_t *stmt; in pdo_dbstmt_new()
2364 stmt = ecalloc(1, sizeof(pdo_stmt_t) + zend_object_properties_size(ce)); in pdo_dbstmt_new()
2426 pdo_stmt_t *stmt = Z_PDO_STMT_P(&I->iter.data); /* for PDO_HANDLE_STMT_ERR() */ in pdo_stmt_iter_move_forwards()
2457 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in pdo_stmt_iter_get()
2490 pdo_stmt_t *stmt = row->stmt; in row_prop_read()
2546 pdo_stmt_t *stmt = row->stmt; in row_prop_exists()
2599 pdo_stmt_t *stmt = row->stmt; in row_get_properties()