Lines Matching refs:fetch_value
544 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, int *type_override) /* {{{ … in fetch_value() function
715 fetch_value(stmt, Z_REFVAL(param->parameter), param->paramno, (int *)¶m->param_type); in do_fetch_common()
899 fetch_value(stmt, return_value, 1, NULL); in do_fetch()
901 fetch_value(stmt, return_value, 0, NULL); in do_fetch()
903 fetch_value(stmt, return_value, colno, NULL); in do_fetch()
929 fetch_value(stmt, &val, i++, NULL); in do_fetch()
1008 fetch_value(stmt, &grp_val, colno, NULL); in do_fetch()
1010 fetch_value(stmt, &grp_val, i, NULL); in do_fetch()
1022 fetch_value(stmt, &val, i, NULL); in do_fetch()
1032 fetch_value(stmt, &tmp, ++i, NULL); in do_fetch()
1375 fetch_value(stmt, return_value, col_n, NULL); in PHP_METHOD()
2504 fetch_value(stmt, rv, Z_LVAL_P(member), NULL); in row_prop_read()
2509 fetch_value(stmt, rv, lval, NULL); in row_prop_read()
2518 fetch_value(stmt, rv, colno, NULL); in row_prop_read()
2574 fetch_value(stmt, &val, colno, NULL); in row_prop_exists()
2616 fetch_value(stmt, &val, i, NULL); in row_get_properties()