Home
last modified time | relevance | path

Searched refs:z2 (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dunicode.c11164 CodePointList2 *z2; local
11252 (void* )&z2) != 0) {
11253 for (i = 0; i < z2->n; i++) {
11258 items[n].code[0] = z2->code[i];
11278 (void* )&z2) != 0) {
11279 for (i = 0; i < z2->n; i++) {
11284 items[n].code[0] = z2->code[i];
11323 for (i = 0; i < z2->n; i++) {
11326 items[n].code[0] = z2->code[i];
11344 (void* )&z2) != 0) {
[all …]
/PHP-5.6/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()
124 Z_LVAL_P( z1 ) == Z_LVAL_PP( z2 ) ); in curl_compare_resources()
/PHP-5.6/Zend/
H A Dzend_strtod.c677 ULong z2; in mult() local
710 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry; in mult()
711 carry = z2 >> 16; in mult()
712 Storeinc(xc, z2, z); in mult()
721 z2 = *xc; in mult()
725 Storeinc(xc, z, z2); in mult()
726 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry; in mult()
727 carry = z2 >> 16; in mult()
730 *xc = z2; in mult()
H A Dzend_operators.c1783 static int hash_zval_identical_function(const zval **z1, const zval **z2) /* {{{ */ in hash_zval_identical_function() argument
1793 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) /* {{{ */
2377 if (compare_function(&result, (zval *) *z1, (zval *) *z2 TSRMLS_CC)==FAILURE) {
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c16008 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
23536 while( *z2 ){ z2++; }
96715 for(z2=z; *z2; len++){
96762 for(z2=z; *z2 && p2; p2--){
96851 if( z2 ){
96870 if( z2 ){
141488 z2 = z;
141897 while( *++z2 && (*z2!=c || *++z2==c) );
141902 while( *z2 && z2[0]!=']' ) z2++;
141903 if( *z2 ) z2++;
[all …]

Completed in 372 milliseconds