Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/
H A Dphp_zip.c283 struct zip_source *zs; in php_zip_add_file() local
303 zs = zip_source_file(obj->za, resolved_path, offset_start, offset_len); in php_zip_add_file()
304 if (!zs) { in php_zip_add_file()
309 if (zip_file_replace(obj->za, replace, zs, flags) < 0) { in php_zip_add_file()
310 zip_source_free(zs); in php_zip_add_file()
317 obj->last_id = zip_file_add(obj->za, entry_name, zs, flags); in php_zip_add_file()
319 zip_source_free(zs); in php_zip_add_file()
1888 struct zip_source *zs; local
1913 if (zs == NULL) {
1917 ze_obj->last_id = zip_file_add(intern, name, zs, flags);
[all …]
/PHP-8.0/Zend/
H A Dzend_strtod.c2193 ULong si, z, zs; local
2233 zs = (si >> 16) * q + (ys >> 16);
2234 carry = zs >> 16;
2237 z = (*bx >> 16) - (zs & 0xffff) - borrow;
2274 zs = (si >> 16) + (ys >> 16);
2275 carry = zs >> 16;
2278 z = (*bx >> 16) - (zs & 0xffff) - borrow;
/PHP-8.0/ext/sodium/
H A Dlibsodium.c31 #define PHP_SODIUM_ZSTR_TRUNCATE(zs, len) do { ZSTR_LEN(zs) = (len); } while(0) argument
/PHP-8.0/ext/spl/
H A Dspl_directory.c247 #define IS_SLASH_AT(zs, pos) (IS_SLASH(zs[pos])) argument
/PHP-8.0/ext/hash/tests/
H A Dfnv1a64.phpt246 array( 'fk"2juHFd6\\Jxq8Ddr7+CYLBul@ #atjMv|8lF^Q]<|V/6zs', '7313e5cd61f71972' ),

Completed in 49 milliseconds