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()
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;
2362 static int hash_zval_identical_function(zval *z1, zval *z2) /* {{{ */ in hash_zval_identical_function() argument2370 ZVAL_DEREF(z2); in hash_zval_identical_function()2371 return fast_is_not_identical_function(z1, z2); in hash_zval_identical_function()3374 static int hash_zval_compare_function(zval *z1, zval *z2) /* {{{ */ argument3376 return zend_compare(z1, z2);
15452 >>12 regex/4l \^[A-Za-z][A-Za-z][A-Za-z/][A-Za-z2\ ]
Completed in 153 milliseconds