Searched refs:z2 (Results 1 – 5 of 5) sorted by relevance
121 static int curl_compare_objects( zval *z1, zval *z2 ) /* {{{ */ in curl_compare_objects() argument123 return (Z_TYPE_P(z1) == Z_TYPE_P(z2) && in curl_compare_objects()125 Z_OBJ_P(z1) == Z_OBJ_P(z2)); in curl_compare_objects()
847 ULong z2; local895 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;896 carry = z2 >> 16;897 Storeinc(xc, z2, z);906 z2 = *xc;910 Storeinc(xc, z, z2);911 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;912 carry = z2 >> 16;915 *xc = z2;
2377 static int hash_zval_identical_function(zval *z1, zval *z2) /* {{{ */ in hash_zval_identical_function() argument2385 ZVAL_DEREF(z2); in hash_zval_identical_function()2386 return fast_is_not_identical_function(z1, z2); in hash_zval_identical_function()3389 static int hash_zval_compare_function(zval *z1, zval *z2) /* {{{ */ argument3391 return zend_compare(z1, z2);
15452 >>12 regex/4l \^[A-Za-z][A-Za-z][A-Za-z/][A-Za-z2\ ]
Completed in 148 milliseconds