Lines Matching refs:pdo_stmt_t

111   pdo_stmt_t *stmt = Z_PDO_STMT_P(getThis());	\  in ZEND_END_ARG_INFO()
122 static inline int rewrite_name_to_position(pdo_stmt_t *stmt, struct pdo_bound_param_data *param) /*… in rewrite_name_to_position()
168 static int dispatch_param_event(pdo_stmt_t *stmt, enum pdo_param_event event_type) /* {{{ */ in dispatch_param_event()
199 int pdo_stmt_describe_columns(pdo_stmt_t *stmt) /* {{{ */ in pdo_stmt_describe_columns()
257 static void get_lazy_object(pdo_stmt_t *stmt, zval *return_value) /* {{{ */ in get_lazy_object()
296 static int really_register_bound_param(struct pdo_bound_param_data *param, pdo_stmt_t *stmt, int is… in really_register_bound_param()
544 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, int *type_override) /* {{{ … in fetch_value()
678 static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset, int … in do_fetch_common()
729 static int do_fetch_class_prepare(pdo_stmt_t *stmt) /* {{{ */ in do_fetch_class_prepare()
767 static int make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_inf… in make_callable_ex()
792 static int do_fetch_func_prepare(pdo_stmt_t *stmt) /* {{{ */ in do_fetch_func_prepare()
806 static void do_fetch_opt_finish(pdo_stmt_t *stmt, int free_ctor_agrs) /* {{{ */ in do_fetch_opt_finish()
834 static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enu… in do_fetch()
1214 static int pdo_stmt_verify_mode(pdo_stmt_t *stmt, zend_long mode, int fetch_all) /* {{{ */ in pdo_stmt_verify_mode()
1540 static int register_bound_param(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int is_param) /* {{… in register_bound_param()
1735 static int generic_stmt_attr_get(pdo_stmt_t *stmt, zval *return_value, zend_long attr) in generic_stmt_attr_get()
1838 int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip) in pdo_stmt_setup_fetch_mode()
2020 static int pdo_stmt_do_next_rowset(pdo_stmt_t *stmt) in pdo_stmt_do_next_rowset()
2191 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in dbstmt_prop_write()
2204 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in dbstmt_prop_delete()
2226 pdo_stmt_t *stmt = php_pdo_stmt_fetch_object(object); in dbstmt_method_get()
2262 pdo_stmt_t *stmt; in dbstmt_clone_obj()
2263 pdo_stmt_t *old_stmt; in dbstmt_clone_obj()
2265 stmt = ecalloc(1, sizeof(pdo_stmt_t) + zend_object_properties_size(Z_OBJCE_P(zobject))); in dbstmt_clone_obj()
2291 pdo_dbstmt_object_handlers.offset = XtOffsetOf(pdo_stmt_t, std); in pdo_stmt_init()
2308 PDO_API void php_pdo_free_statement(pdo_stmt_t *stmt) in php_pdo_free_statement()
2362 pdo_stmt_t *stmt = php_pdo_stmt_fetch_object(std); in pdo_dbstmt_free_storage()
2368 pdo_stmt_t *stmt; in pdo_dbstmt_new()
2370 stmt = ecalloc(1, sizeof(pdo_stmt_t) + zend_object_properties_size(ce)); in pdo_dbstmt_new()
2432 pdo_stmt_t *stmt = Z_PDO_STMT_P(&I->iter.data); /* for PDO_HANDLE_STMT_ERR() */ in pdo_stmt_iter_move_forwards()
2462 pdo_stmt_t *stmt = Z_PDO_STMT_P(object); in pdo_stmt_iter_get()
2495 pdo_stmt_t *stmt = row->stmt; in row_prop_read()
2551 pdo_stmt_t *stmt = row->stmt; in row_prop_exists()
2604 pdo_stmt_t *stmt = row->stmt; in row_get_properties()