Home
last modified time | relevance | path

Searched defs:field (Results 1 – 15 of 15) sorted by relevance

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c57 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()
131 ps_fetch_null(zval *zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_… in ps_fetch_null()
140 ps_fetch_int8(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_int8()
149 ps_fetch_int16(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int16()
158 ps_fetch_int32(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int32()
167 ps_fetch_int64(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int64()
176 ps_fetch_float(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_float()
199 ps_fetch_double(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const ze… in ps_fetch_double()
214 ps_fetch_time(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_time()
271 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_result.c94 unsigned int row, field; in MYSQLND_METHOD() local
708 MYSQLND_FIELD * field = meta->fields; in MYSQLND_METHOD() local
837 MYSQLND_FIELD * field = meta->fields; in MYSQLND_METHOD() local
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_methods.cpp227 zend_long field; in _php_intlcal_field_uec_ret_in32t_method() local
303 zend_long field, in PHP_FUNCTION() local
470 zend_long field, in PHP_FUNCTION() local
530 zend_long field; in PHP_FUNCTION() local
560 zend_long field; in PHP_FUNCTION() local
654 zend_long field; in _php_intlcal_field_ret_in32t_method() local
886 zend_long field; in PHP_FUNCTION() local
H A Dcalendar_class.cpp121 UCalendarDateFields field; member
/PHP-7.3/Zend/
H A Dzend_portability.h332 # define XtOffset(p_type, field) _Offsetof(p_type, field) argument
335 # define XtOffset(p_type, field) \ argument
340 # define XtOffset(p_type, field) ((unsigned int)&(((p_type)NULL)->field)) argument
346 # define XtOffset(p_type, field) \ argument
352 # define XtOffsetOf(s_type, field) offsetof(s_type, field) argument
354 # define XtOffsetOf(s_type, field) XtOffset(s_type*, field) argument
/PHP-7.3/ext/sockets/
H A Dconversions.c365 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_int()
384 static void from_zval_write_uint32(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uint32()
403 static void from_zval_write_net_uint16(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_net_uint16()
422 static void from_zval_write_sa_family(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_sa_family()
441 static void from_zval_write_pid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_pid_t()
460 static void from_zval_write_uid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uid_t()
/PHP-7.3/main/
H A Dphp.h484 #define XtOffset(p_type, field) _Offsetof(p_type, field) argument
506 #define XtOffsetOf(s_type, field) offsetof(s_type, field) argument
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_conf.c49 #define GO(field) offsetof(struct fpm_global_config_s, field) argument
50 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field) argument
/PHP-7.3/ext/mysqli/
H A Dmysqli_api.c1153 static void php_add_field_properties(zval *value, const MYSQL_FIELD *field)
1188 const MYSQL_FIELD *field; local
1225 const MYSQL_FIELD *field = mysql_fetch_field_direct(result, i); local
1241 const MYSQL_FIELD *field; local
/PHP-7.3/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c411 int field = 0; in main() local
/PHP-7.3/ext/pgsql/
H A Dpgsql.c2533 zend_long field; local
2625 char *field; local
2648 zval *result, *field=NULL; local
3014 zval *result, *field; local
4692 char *field = NULL; local
5851 zend_string *field = NULL; local
/PHP-7.3/ext/pcntl/
H A Dpcntl.c621 #define PHP_RUSAGE_PARA(from, to, field) \ argument
/PHP-7.3/ext/wddx/
H A Dwddx.c850 zval *field; in php_wddx_push_element() local
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c2087 char *field; in PHP_FUNCTION() local
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c1623 char* field = pemalloc(new_length + 1, 1); in php_cli_server_client_read_request_on_header_field() local

Completed in 89 milliseconds