Home
last modified time | relevance | path

Searched refs:z2 (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c11163 CodePointList2 *z2; local
11251 (void* )&z2) != 0) {
11252 for (i = 0; i < z2->n; i++) {
11257 items[n].code[0] = z2->code[i];
11277 (void* )&z2) != 0) {
11278 for (i = 0; i < z2->n; i++) {
11283 items[n].code[0] = z2->code[i];
11322 for (i = 0; i < z2->n; i++) {
11325 items[n].code[0] = z2->code[i];
11343 (void* )&z2) != 0) {
[all …]
/PHP-5.5/ext/curl/
H A Dmulti.c120 static int curl_compare_resources( zval *z1, zval **z2 ) /* {{{ */ in curl_compare_resources() argument
122 return (Z_TYPE_P( z1 ) == Z_TYPE_PP( z2 ) && in curl_compare_resources()
124 Z_LVAL_P( z1 ) == Z_LVAL_PP( z2 ) ); in curl_compare_resources()
/PHP-5.5/Zend/
H A Dzend_strtod.c677 ULong z2; in mult() local
710 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry; in mult()
711 carry = z2 >> 16; in mult()
712 Storeinc(xc, z2, z); in mult()
721 z2 = *xc; in mult()
725 Storeinc(xc, z, z2); in mult()
726 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry; in mult()
727 carry = z2 >> 16; in mult()
730 *xc = z2; in mult()
H A Dzend_operators.c1637 static int hash_zval_identical_function(const zval **z1, const zval **z2) /* {{{ */ in hash_zval_identical_function() argument
1647 if (is_identical_function(&result, (zval *) *z1, (zval *) *z2 TSRMLS_CC)==FAILURE) { in hash_zval_identical_function()
2201 static int hash_zval_compare_function(const zval **z1, const zval **z2 TSRMLS_DC) /* {{{ */
2205 if (compare_function(&result, (zval *) *z1, (zval *) *z2 TSRMLS_CC)==FAILURE) {
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c16008 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
23536 while( *z2 ){ z2++; }
96715 for(z2=z; *z2; len++){
96762 for(z2=z; *z2 && p2; p2--){
96851 if( z2 ){
96870 if( z2 ){
141488 z2 = z;
141897 while( *++z2 && (*z2!=c || *++z2==c) );
141902 while( *z2 && z2[0]!=']' ) z2++;
141903 if( *z2 ) z2++;
[all …]

Completed in 339 milliseconds