Home
last modified time | relevance | path

Searched defs:d (Results 26 – 50 of 78) sorted by relevance

1234

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_exec.c213 pcre_uint32 c, d; in match_ref() local
3811 register pcre_uint32 d; in match() local
3846 register pcre_uint32 d; in match() local
3891 register pcre_uint32 d; in match() local
3948 register pcre_uint32 d; in match() local
3982 register pcre_uint32 d; in match() local
4026 register pcre_uint32 d; in match() local
H A Dpcre_compile.c1730 int d; in find_fixedlength() local
4120 get_othercase_range(pcre_uint32 *cptr, pcre_uint32 d, pcre_uint32 *ocptr, in get_othercase_range()
5260 pcre_uint32 d; in compile_branch() local
5388 int d; in compile_branch() local
8690 pcre_uint32 d; in find_firstassertedchar() local
H A Dpcre_internal.h376 #define memcpy(d,s,n) _memcpy(d,s,n) argument
377 #define memmove(d,s,n) _memmove(d,s,n) argument
433 #define PUT(a,n,d) \ argument
445 #define PUT(a,n,d) \ argument
458 #define PUT(a,n,d) \ argument
482 #define PUT(a,n,d) \ argument
496 #define PUT(a,n,d) \ argument
517 #define PUT(a,n,d) \ argument
543 #define PUT2(a,n,d) \ argument
558 #define PUT2(a,n,d) \ argument
[all …]
/PHP-5.4/ext/ereg/regex/
H A Dregexec.c28 #define ASSIGN(d, s) ((d) = (s)) argument
75 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) argument
/PHP-5.4/ext/mysqli/
H A Dmysqli_mysqlnd.h44 #define mysqli_change_user_silent(c, u, p, d, p_len) mysqlnd_change_user_ex((c), (u), (p), (d), T… argument
H A Dmysqli_libmysql.h42 #define mysqli_change_user_silent(c, u, p, d, p_len) mysql_change_user((c), (u), (p), (d)) argument
/PHP-5.4/ext/standard/
H A Dquot_print.c151 unsigned char c, *ret, *d; in php_quot_print_encode() local
H A Dmath.c1095 PHPAPI char *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format()
1100 static char *_php_math_number_format_ex_len(double d, int dec, char *dec_point, in _php_math_number_format_ex_len()
1221 PHPAPI char *_php_math_number_format_ex(double d, int dec, char *dec_point, in _php_math_number_format_ex()
H A Dexec.c65 char *b, *d=NULL; in php_exec() local
/PHP-5.4/ext/fileinfo/libmagic/
H A Dreadcdf.c295 cdf_directory_t *d; local
H A Dapprentice.c1142 php_stream_dirent d; in apprentice_load() local
2882 uint8_t *d = (uint8_t *)(void *)&rv; local
2896 uint8_t *d = (uint8_t *)(void *)&rv; local
2912 uint8_t *d = (uint8_t *)(void *)&rv; local
/PHP-5.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h70 #define BCD_CHAR(d) (d + '0') argument
/PHP-5.4/main/
H A Dphp.h192 # define memcpy(d, s, n) bcopy((s), (d), (n)) argument
195 # define memmove(d, s, n) bcopy ((s), (d), (n)) argument
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h94 double d; /* double value */ member
/PHP-5.4/Zend/
H A Dzend_operators.c1805 double d = (double)Z_LVAL_P(op1); in increment_function() local
1826 double d = (double)lval; in increment_function() local
1858 double d = (double)Z_LVAL_P(op1); in decrement_function() local
1877 double d = (double)lval; in decrement_function() local
H A Dzend_strtod.c274 double d; member
1035 volatile _double d; local
1101 volatile _double d; in d2b() local
1489 volatile _double d, d2, eps; in zend_dtoa() local
/PHP-5.4/ext/enchant/
H A Denchant.c535 EnchantDict *d; in PHP_FUNCTION() local
588 EnchantDict *d; local
/PHP-5.4/ext/date/lib/
H A Dtimelib_structs.h131 timelib_sll y, m, d; /* Years, Months and Days */ member
154 timelib_sll y, m, d; /* Year, Month, Day */ member
/PHP-5.4/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h87 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, __FILE__, __LINE__ TSRMLS_CC) argument
/PHP-5.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2690 int f, n, s, r, d, size, *mapelm; in collector_encode_htmlnumericentity() local
2736 int f, n, s, r, d, size, *mapelm; in collector_decode_htmlnumericentity() local
2914 int f, n, s, r, d, size, *mapelm; in collector_encode_hex_htmlnumericentity() local
2960 int n, s, r, d; in mbfl_filt_decode_htmlnumericentity_flush() local
/PHP-5.4/ext/interbase/
H A Dphp_ibase_udf.c218 char d[64]; in call_php() local
/PHP-5.4/ext/date/
H A Dphp_date.c989 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
998 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1567 long m, d, y; in PHP_FUNCTION() local
3090 long y, m, d; in PHP_FUNCTION() local
3113 long y, w, d = 1; in PHP_FUNCTION() local
3860 static int date_period_initialize(timelib_time **st, timelib_time **et, timelib_rel_time **d, long … in date_period_initialize()
/PHP-5.4/ext/curl/
H A Dinterface.c415 curl_version_info_data *d; in PHP_INI_BEGIN() local
1394 curl_version_info_data *d; in PHP_FUNCTION() local
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c81 #define D(d) (reg_map[d] << 11) argument
85 #define DA(d) ((d) << 11) argument
88 #define FD(d) ((d) << 6) argument
/PHP-5.4/ext/com_dotnet/
H A Dcom_handlers.c406 static zend_internal_function c, d, v; in com_constructor_get() local

Completed in 146 milliseconds

1234