Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 15 of 15) sorted by relevance

/PHP-5.3/ext/zip/lib/
H A Dzip_open.c398 || (h1->bitflags != h2->bitflags) in _zip_headercomp()
401 || (h1->last_mod != h2->last_mod) in _zip_headercomp()
403 || !h1->filename || !h2->filename in _zip_headercomp()
414 && (h2->crc != 0 in _zip_headercomp()
415 || h2->comp_size != 0 in _zip_headercomp()
416 || h2->uncomp_size != 0)) in _zip_headercomp()
422 if ((h1->crc != h2->crc) in _zip_headercomp()
441 || (h1->int_attrib != h2->int_attrib) in _zip_headercomp()
442 || (h1->ext_attrib != h2->ext_attrib) in _zip_headercomp()
443 || (h1->offset != h2->offset) in _zip_headercomp()
[all …]
/PHP-5.3/ext/zlib/tests/
H A Dgzopen_variation7.phpt14 $h2 = gzopen($f, 'r');
17 var_dump(gzread($h2, 10));
20 var_dump(gzread($h2, 50));
21 // deliberately do not close $h2
/PHP-5.3/ext/hash/tests/
H A Dbug52240.phpt9 $h2 = hash_copy($h);
11 $h3 = hash_copy($h2);
12 var_dump(hash_final($h2));
/PHP-5.3/ext/spl/tests/
H A Dheap_001.phpt35 $h2 = clone $h;
37 echo $h2->extract()."\n";
/PHP-5.3/ext/phar/tests/
H A Dphpinfo_004.phpt27 <h2><a name="module_Phar">Phar</a></h2>
51 <h2><a name="module_Phar">Phar</a></h2>
/PHP-5.3/ext/exif/
H A Dtest.txt166 h2 {
180 <h2>(c) Marcus B&ouml;rger, 2002</h2>
232 <h2>function exif_tagname</h2>
248 <h2>function exif_read_data for <?=count($possible)?> images</h2>
/PHP-5.3/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt34 X-UIDL: @eH!!h2:!!EOS!!A_c"!
87 string(20) "@eH!!h2:!!EOS!!A_c"!"
/PHP-5.3/Zend/
H A Dbench.php53 $x=0; $y=0; $w2=0; $h2=0; $color=0;
56 $h2=12;
58 $imc=$s*($y-$h2)+$imcen;
/PHP-5.3/ext/standard/tests/array/
H A Darray_unique_variation2.phpt56 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $blank_line), //…
142 [%b|u%"h2"]=>
H A Darray_pad_variation6.phpt58 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
305 ["h2"]=>
335 ["h2"]=>
H A Darray_merge_recursive_variation3.phpt57 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces), // with heredocs
322 ["h2"]=>
339 ["h2"]=>
H A Darray_intersect_assoc_variation3.phpt58 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
H A Darray_intersect_assoc_variation4.phpt67 …array($blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string), // arr…
H A Darray_combine_variation3.phpt56 …array("h1" => $blank_line, "h2" => $multiline_string, "h3" => $diff_whitespaces, $numeric_string),…
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c45476 WalIndexHdr h1, h2; /* Two copies of the header content */
45495 memcpy(&h2, (void *)&aHdr[1], sizeof(h2));
45497 if( memcmp(&h1, &h2, sizeof(h1))!=0 ){
89560 int i, h1, h2;
89562 for(i=0; (h1 = zRight[i])!=0 && (h2 = zRight[i+1])!=0; i+=2){
89564 h2 += 9*(1&(h2>>6));
89565 zKey[i/2] = (h2 & 0x0f) | ((h1 & 0xf)<<4);

Completed in 252 milliseconds