Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/
H A Dphp_unicode.c122 static unsigned long case_lookup(unsigned long code, long l, long r, int field) in case_lookup()
147 MBSTRING_API unsigned long php_turkish_toupper(unsigned long code, long l, long r, int field) in php_turkish_toupper()
155 MBSTRING_API unsigned long php_turkish_tolower(unsigned long code, long l, long r, int field) in php_turkish_tolower()
165 int field; in php_unicode_toupper() local
196 int field; in php_unicode_tolower() local
227 int field; in php_unicode_totitle() local
/PHP-7.1/ext/mysqlnd/
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_result.c744 MYSQLND_FIELD * field = meta->fields; in MYSQLND_METHOD() local
864 MYSQLND_FIELD * field = meta->fields; in MYSQLND_METHOD() local
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_methods.cpp222 zend_long field; in _php_intlcal_field_uec_ret_in32t_method() local
298 zend_long field, in PHP_FUNCTION() local
465 zend_long field, in PHP_FUNCTION() local
525 zend_long field; in PHP_FUNCTION() local
555 zend_long field; in PHP_FUNCTION() local
649 zend_long field; in _php_intlcal_field_ret_in32t_method() local
881 zend_long field; in PHP_FUNCTION() local
H A Dcalendar_class.cpp118 UCalendarDateFields field; member
/PHP-7.1/Zend/
H A Dzend_portability.h323 # define XtOffset(p_type, field) _Offsetof(p_type, field) argument
326 # define XtOffset(p_type, field) \ argument
331 # define XtOffset(p_type, field) ((unsigned int)&(((p_type)NULL)->field)) argument
337 # define XtOffset(p_type, field) \ argument
343 # define XtOffsetOf(s_type, field) offsetof(s_type, field) argument
345 # define XtOffsetOf(s_type, field) XtOffset(s_type*, field) argument
/PHP-7.1/main/
H A Dphp.h429 #define XtOffset(p_type, field) _Offsetof(p_type, field) argument
451 #define XtOffsetOf(s_type, field) offsetof(s_type, field) argument
/PHP-7.1/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.1/sapi/fpm/fpm/
H A Dfpm_conf.c54 #define GO(field) offsetof(struct fpm_global_config_s, field) argument
55 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field) argument
/PHP-7.1/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.1/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c411 int field = 0; in main() local
/PHP-7.1/ext/odbc/
H A Dbirdstep.c470 char *field = NULL; in PHP_FUNCTION() local
H A Dphp_odbc.c2082 char *field; in PHP_FUNCTION() local
/PHP-7.1/ext/pgsql/
H A Dpgsql.c2528 zend_long field; local
2620 char *field; local
2643 zval *result, *field=NULL; local
3011 zval *result, *field; local
4689 char *field = NULL; local
5844 zend_string *field = NULL; local
/PHP-7.1/ext/pcntl/
H A Dpcntl.c609 #define PHP_RUSAGE_PARA(from, to, field) \ argument
/PHP-7.1/ext/wddx/
H A Dwddx.c854 zval *field; in php_wddx_push_element() local
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c1638 char* field = pemalloc(new_length + 1, 1); in php_cli_server_client_read_request_on_header_field() local

Completed in 106 milliseconds