Searched refs:z2 (Results 1 – 5 of 5) sorted by relevance
114 static int curl_compare_objects( zval *z1, zval *z2 ) /* {{{ */ in curl_compare_objects() argument116 return (Z_TYPE_P(z1) == Z_TYPE_P(z2) && in curl_compare_objects()118 Z_OBJ_P(z1) == Z_OBJ_P(z2)); in curl_compare_objects()
857 ULong z2; local905 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;906 carry = z2 >> 16;907 Storeinc(xc, z2, z);916 z2 = *xc;920 Storeinc(xc, z, z2);921 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;922 carry = z2 >> 16;925 *xc = z2;
2218 static int hash_zval_identical_function(zval *z1, zval *z2) /* {{{ */ in hash_zval_identical_function() argument2226 ZVAL_DEREF(z2); in hash_zval_identical_function()2227 return fast_is_not_identical_function(z1, z2); in hash_zval_identical_function()3041 static int hash_zval_compare_function(zval *z1, zval *z2) /* {{{ */ argument3043 return zend_compare(z1, z2);
13972 >>12 regex/4l \^[A-Za-z][A-Za-z][A-Za-z/][A-Za-z2\ ]
Completed in 175 milliseconds