Home
last modified time | relevance | path

Searched refs:z1 (Results 1 – 3 of 3) sorted by relevance

/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()
123 Z_TYPE_P( z1 ) == IS_RESOURCE && in curl_compare_resources()
124 Z_LVAL_P( z1 ) == Z_LVAL_PP( z2 ) ); in curl_compare_resources()
/PHP-5.5/Zend/
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) /* {{{ */ argument
2205 if (compare_function(&result, (zval *) *z1, (zval *) *z2 TSRMLS_CC)==FAILURE) {
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c93972 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 405 milliseconds