Searched refs:z1 (Results 1 – 3 of 3) sorted by relevance
120 static int curl_compare_resources( zval *z1, zval **z2 ) /* {{{ */ in curl_compare_resources() argument122 return (Z_TYPE_P( z1 ) == Z_TYPE_PP( z2 ) && in curl_compare_resources()123 Z_TYPE_P( z1 ) == IS_RESOURCE && in curl_compare_resources()124 Z_LVAL_P( z1 ) == Z_LVAL_PP( z2 ) ); in curl_compare_resources()
1783 static int hash_zval_identical_function(const zval **z1, const zval **z2) /* {{{ */ in hash_zval_identical_function() argument1793 if (is_identical_function(&result, (zval *) *z1, (zval *) *z2 TSRMLS_CC)==FAILURE) { in hash_zval_identical_function()2373 static int hash_zval_compare_function(const zval **z1, const zval **z2 TSRMLS_DC) /* {{{ */ argument2377 if (compare_function(&result, (zval *) *z1, (zval *) *z2 TSRMLS_CC)==FAILURE) {
93972 if( z1!=z2 && sqlite3StrICmp(z1, z2) ) break;96843 char *z1;96853 if( z1 ){96862 char *z1;96872 if( z1 ){101320 if( z1==0 ){141884 const char *z1;141888 z1 = zStr;141896 z2 = z1;141911 z1++;[all …]
Completed in 509 milliseconds