Searched defs:bb (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/sapi/apache2filter/ |
H A D | sapi_apache2.c | 70 apr_bucket_brigade *bb; in php_apache_sapi_ub_write() local 251 apr_bucket_brigade *bb; in php_apache_sapi_flush() local 360 static int php_input_filter(ap_filter_t *f, apr_bucket_brigade *bb, in php_input_filter() 462 static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb) in php_output_filter()
|
H A D | php_apache.h | 52 apr_bucket_brigade *bb; member
|
/PHP-5.3/ext/hash/ |
H A D | hash_ripemd.c | 206 php_hash_uint32 aa = state[0], bb = state[1], cc = state[2], dd = state[3]; in RIPEMD128Transform() local 297 php_hash_uint32 aa = state[4], bb = state[5], cc = state[6], dd = state[7]; in RIPEMD256Transform() local 395 php_hash_uint32 aa = state[0], bb = state[1], cc = state[2], dd = state[3], ee = state[4]; in RIPEMD160Transform() local 494 php_hash_uint32 aa = state[5], bb = state[6], cc = state[7], dd = state[8], ee = state[9]; in RIPEMD320Transform() local
|
/PHP-5.3/Zend/ |
H A D | zend_strtod.c | 2053 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta, *tmp; in zend_strtod() local
|
/PHP-5.3/ext/standard/ |
H A D | array.c | 3736 Bucket **bb = *(Bucket ***)b; in php_multisort_compare() local
|
Completed in 43 milliseconds