Home
last modified time | relevance | path

Searched defs:a (Results 101 – 125 of 151) sorted by path

1234567

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c62 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
65 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
117 uint32_t a = ctx->H[0]; in sha256_process_block() local
H A Dcrypt_sha512.c50 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
53 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
141 uint64_t a = ctx->H[0]; in sha512_process_block() local
H A Dfilters.c328 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
329 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) argument
631 #define bmask(a) (0xffff >> (16 - a)) argument
H A Dflock_compat.h50 # define ftruncate(a, b) chsize(a, b) argument
H A Dimage.c203 unsigned char a[64]; in php_handle_swc() local
274 unsigned char a[32]; in php_handle_swf() local
366 unsigned char a[2]; in php_read2() local
379 int a=0, marker; in php_next_marker() local
565 unsigned char a[4]; in php_read4() local
886 unsigned char a[10]; in php_handle_iff() local
H A Dinfo.c889 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
H A Dlcg.c51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument
H A Dmd5.c154 #define STEP(f, a, b, c, d, x, t, s) \ argument
190 php_uint32 a, b, c, d; in body() local
H A Dmd5.h46 php_uint32 a, b, c, d; member
H A Dmicrotime.c132 #define PHP_RUSAGE_PARA(a) \ in PHP_FUNCTION() argument
H A Dpack.c56 #define INC_OUTPUTPOS(a,b) \ argument
H A Dpageinfo.c43 #define getgroups(a, b) 0 argument
H A Dphp_filestat.h81 #define getgroups(a, b) 0 argument
H A Dphp_smart_str.h46 #define SMART_STR_REALLOC(a,b,c) realloc((a),(b)) argument
48 #define SMART_STR_REALLOC(a,b,c) perealloc((a),(b),(c)) argument
H A Dphp_smart_str_public.h29 size_t a; member
H A Dphp_string.h111 #define strnatcmp(a, b) \ argument
113 #define strnatcasecmp(a, b) \ argument
H A Dsha1.c140 #define FF(a, b, c, d, e, w) { \ argument
145 #define GG(a, b, c, d, e, w) { \ argument
150 #define HH(a, b, c, d, e, w) { \ argument
155 #define II(a, b, c, d, e, w) { \ argument
264 php_uint32 a = state[0], b = state[1], c = state[2]; local
H A Dstring.c2837 #define S(a) ((a)->s) argument
2838 #define L(a) ((a)->l) argument
2890 static int php_strtr_compare_hash_suffix(const void *a, const void *b TSRMLS_DC, void *ctx_g)
H A Dstrnatcmp.c46 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right()
78 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left()
102 PHPAPI int strnatcmp_ex(char const *a, size_t a_len, char const *b, size_t b_len, int fold_case) in strnatcmp_ex()
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php254 $a = range(0, $maxencnum); variable
/PHP-5.5/ext/tidy/examples/
H A Durlgrab5.php36 $a = tidy_parse_file($_SERVER['argv'][1]); variable
/PHP-5.5/ext/wddx/
H A Dwddx.c65 #define php_wddx_deserialize(a,b) \ argument
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.c146 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c643 _zip_torrentzip_cmp(const void *a, const void *b) in _zip_torrentzip_cmp()
H A Dzip_dirent.c502 _zip_read2(unsigned char **a) in _zip_read2()
515 _zip_read4(unsigned char **a) in _zip_read4()

Completed in 114 milliseconds

1234567