Lines Matching refs:zval

56 void ps_fetch_from_1_to_8_bytes(zval *zv, const MYSQLND_FIELD * const field,  in ps_fetch_from_1_to_8_bytes()
139 void ps_fetch_null(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_null()
150 void ps_fetch_int8(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_int8()
161 void ps_fetch_int16(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_int16()
172 void ps_fetch_int32(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_int32()
183 void ps_fetch_int64(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_int64()
194 void ps_fetch_float(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_float()
211 void ps_fetch_double(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_double()
228 void ps_fetch_time(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_time()
285 void ps_fetch_date(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_date()
336 void ps_fetch_datetime(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_datetime()
395 void ps_fetch_string(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_string()
427 void ps_fetch_bit(zval *zv, const MYSQLND_FIELD * const field, in ps_fetch_bit()
582 mysqlnd_stmt_copy_it(zval *** copies, zval *original, unsigned int param_count, unsigned int curren… in mysqlnd_stmt_copy_it()
585 *copies = mnd_ecalloc(param_count, sizeof(zval *)); in mysqlnd_stmt_copy_it()
608 zval **copies = NULL;/* if there are different types */ in mysqlnd_stmt_execute_store_params()
666 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
712 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
739 zval *the_var = stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
771 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
781 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()
854 zval *data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()