/PHP-5.6/ext/mbstring/ |
H A D | php_unicode.c | 122 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-5.6/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 58 ps_fetch_from_1_to_8_bytes(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, in ps_fetch_from_1_to_8_bytes() 131 ps_fetch_null(zval *zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row… in ps_fetch_null() 140 ps_fetch_int8(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** ro… in ps_fetch_int8() 149 ps_fetch_int16(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** r… in ps_fetch_int16() 158 ps_fetch_int32(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** r… in ps_fetch_int32() 167 ps_fetch_int64(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** r… in ps_fetch_int64() 176 ps_fetch_float(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** r… in ps_fetch_float() 199 ps_fetch_double(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** … in ps_fetch_double() 214 ps_fetch_time(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** ro… in ps_fetch_time() 257 ps_fetch_date(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** ro… in ps_fetch_date() [all …]
|
H A D | mysqlnd_result.c | 812 MYSQLND_FIELD * field = meta->fields; in MYSQLND_METHOD() local 930 MYSQLND_FIELD * field = meta->fields; in MYSQLND_METHOD() local
|
/PHP-5.6/Zend/ |
H A D | zend_ini.h | 33 # define XtOffset(p_type, field) _Offsetof(p_type, field) argument 36 # define XtOffset(p_type, field) \ argument 41 # define XtOffset(p_type, field) ((unsigned int)&(((p_type)NULL)->field)) argument 47 # define XtOffset(p_type, field) \ argument 53 # define XtOffsetOf(s_type, field) offsetof(s_type, field) argument 55 # define XtOffsetOf(s_type, field) XtOffset(s_type*, field) argument
|
/PHP-5.6/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 222 long field; in _php_intlcal_field_uec_ret_in32t_method() local 298 long field, in PHP_FUNCTION() local 466 long field, in PHP_FUNCTION() local 528 long field; in PHP_FUNCTION() local 576 long field; in PHP_FUNCTION() local 670 long field; in _php_intlcal_field_ret_in32t_method() local 902 long field; in PHP_FUNCTION() local
|
H A D | calendar_class.cpp | 120 UCalendarDateFields field; member
|
/PHP-5.6/sapi/webjames/ |
H A D | webjames.c | 106 #define ADD_NUM(name,field) {\ argument 111 #define ADD_FIELD(name, field) \ argument
|
/PHP-5.6/main/ |
H A D | php.h | 422 #define XtOffset(p_type, field) _Offsetof(p_type, field) argument 444 #define XtOffsetOf(s_type, field) offsetof(s_type, field) argument
|
/PHP-5.6/ext/sockets/ |
H A D | conversions.c | 366 void from_zval_write_int(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_int() 385 static void from_zval_write_uint32(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uint32() 404 static void from_zval_write_net_uint16(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_net_uint16() 423 static void from_zval_write_sa_family(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_sa_family() 442 static void from_zval_write_pid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_pid_t() 461 static void from_zval_write_uid_t(const zval *arr_value, char *field, ser_context *ctx) in from_zval_write_uid_t()
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 55 #define GO(field) offsetof(struct fpm_global_config_s, field) argument 56 #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field) argument
|
/PHP-5.6/sapi/tux/ |
H A D | php_tux.c | 229 #define CONDADD(name, field) \ in sapi_tux_register_variables() argument
|
/PHP-5.6/ext/mbstring/libmbfl/tests/conv_encoding.tests/ |
H A D | gen_exp.c | 411 int field = 0; in main() local
|
/PHP-5.6/ext/mysql/ |
H A D | php_mysql.c | 1916 zval *result, *field=NULL; local 2392 long field=0; local 2465 long field; local
|
/PHP-5.6/ext/odbc/ |
H A D | birdstep.c | 470 char *field = NULL; in PHP_FUNCTION() local
|
H A D | php_odbc.c | 2068 char *field; in PHP_FUNCTION() local
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_api.c | 1239 const MYSQL_FIELD *field; local 1275 const MYSQL_FIELD *field = mysql_fetch_field_direct(result, i); local 1292 const MYSQL_FIELD *field; local
|
/PHP-5.6/ext/pgsql/ |
H A D | pgsql.c | 2499 long field; local 2595 char *field; local 2617 zval *result, **field=NULL; local 2972 zval *result, **field; local 4621 char *field = NULL; local 5790 char *field = NULL; local
|
/PHP-5.6/sapi/thttpd/ |
H A D | thttpd.c | 307 #define CONDADD(name, field) \ in sapi_thttpd_register_variables() argument
|
/PHP-5.6/ext/wddx/ |
H A D | wddx.c | 905 zval **field; in php_wddx_push_element() local
|
/PHP-5.6/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 2041 zval *field; in PHP_FUNCTION() local
|
/PHP-5.6/ext/mssql/ |
H A D | php_mssql.c | 1847 zval **field, *mssql_result_index; local
|
/PHP-5.6/sapi/apache_hooks/ |
H A D | php_apache.c | 40 #define offsetof(s_type,field) ((size_t)&(((s_type*)0)->field)) argument
|
/PHP-5.6/ext/standard/ |
H A D | file.c | 1891 zval **field_tmp = NULL, field; in php_fputcsv() local
|