Home
last modified time | relevance | path

Searched refs:MYSQLND_FIELD (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_result_meta.c33 php_mysqlnd_free_field_metadata(MYSQLND_FIELD *meta, zend_bool persistent) in php_mysqlnd_free_field_metadata()
111 MYSQLND_FIELD *fields; in MYSQLND_METHOD()
145 MYSQLND_FIELD * new_fields; in MYSQLND_METHOD()
146 MYSQLND_FIELD * orig_fields = meta->fields; in MYSQLND_METHOD()
159 new_fields = mnd_pecalloc(meta->field_count + 1, sizeof(MYSQLND_FIELD), persistent); in MYSQLND_METHOD()
174 memcpy(new_fields, orig_fields, (meta->field_count) * sizeof(MYSQLND_FIELD)); in MYSQLND_METHOD()
236 static const MYSQLND_FIELD *
253 static const MYSQLND_FIELD *
267 static const MYSQLND_FIELD *
328 ret->fields = mnd_pecalloc(field_count + 1, sizeof(MYSQLND_FIELD), ret->persistent); in mysqlnd_result_meta_init()
H A Dmysqlnd_ps.h24 typedef void (*ps_field_fetch_func)(zval * zv, const MYSQLND_FIELD * const field, const unsigned in…
43 void ps_fetch_from_1_to_8_bytes(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pa…
H A Dmysqlnd_wireprotocol.h209 MYSQLND_FIELD *metadata;
237 MYSQLND_FIELD *fields_metadata;
303 unsigned int field_count, const MYSQLND_FIELD * fields_metadata,
308 unsigned int field_count, const MYSQLND_FIELD * fields_metadata,
312 unsigned int field_count, const MYSQLND_FIELD * fields_metadata,
H A Dmysqlnd_ps_codec.c56 ps_fetch_from_1_to_8_bytes(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_le… in ps_fetch_from_1_to_8_bytes()
130 ps_fetch_null(zval *zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_… in ps_fetch_null()
139 ps_fetch_int8(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_int8()
148 ps_fetch_int16(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int16()
157 ps_fetch_int32(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int32()
166 ps_fetch_int64(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int64()
175 ps_fetch_float(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_float()
198 ps_fetch_double(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const ze… in ps_fetch_double()
213 ps_fetch_time(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_time()
256 ps_fetch_date(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_date()
[all …]
H A Dmysqlnd_structs.h110 } MYSQLND_FIELD; typedef
589 unsigned int field_count, const MYSQLND_FIELD * fields_metadata,
605 typedef const MYSQLND_FIELD *(*func_mysqlnd_res__fetch_field)(MYSQLND_RES * const result);
606 typedef const MYSQLND_FIELD *(*func_mysqlnd_res__fetch_field_direct)(MYSQLND_RES * const result, co…
607 typedef const MYSQLND_FIELD *(*func_mysqlnd_res__fetch_fields)(MYSQLND_RES * const result);
694 typedef const MYSQLND_FIELD * (*func_mysqlnd_res_meta__fetch_field)(MYSQLND_RES_METADATA * const me…
695 typedef const MYSQLND_FIELD * (*func_mysqlnd_res_meta__fetch_field_direct)(const MYSQLND_RES_METADA…
696 typedef const MYSQLND_FIELD * (*func_mysqlnd_res_meta__fetch_fields)(MYSQLND_RES_METADATA * const m…
1148 MYSQLND_FIELD *fields;
H A Dmysqlnd_wireprotocol.c1222 STRUCT_OFFSET(MYSQLND_FIELD, catalog),
1223 STRUCT_OFFSET(MYSQLND_FIELD, catalog_length),
1224 STRUCT_OFFSET(MYSQLND_FIELD, db),
1225 STRUCT_OFFSET(MYSQLND_FIELD, db_length),
1226 STRUCT_OFFSET(MYSQLND_FIELD, table),
1227 STRUCT_OFFSET(MYSQLND_FIELD, table_length),
1228 STRUCT_OFFSET(MYSQLND_FIELD, org_table),
1230 STRUCT_OFFSET(MYSQLND_FIELD, name),
1231 STRUCT_OFFSET(MYSQLND_FIELD, name_length),
1232 STRUCT_OFFSET(MYSQLND_FIELD, org_name),
[all …]
H A Dmysqlnd_libmysql_compat.h27 #define MYSQL_FIELD MYSQLND_FIELD
H A Dmysqlnd_result.c744 MYSQLND_FIELD * field = meta->fields; in MYSQLND_METHOD()
864 MYSQLND_FIELD * field = meta->fields; in MYSQLND_METHOD()
1621 static const MYSQLND_FIELD *
1658 static const MYSQLND_FIELD *
1696 static const MYSQLND_FIELD *

Completed in 39 milliseconds