Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/
H A Dphp_zip.c283 struct zip_source *zs; in php_zip_add_file() local
301 zs = zip_source_file(obj->za, resolved_path, offset_start, offset_len); in php_zip_add_file()
302 if (!zs) { in php_zip_add_file()
307 if (zip_file_replace(obj->za, replace, zs, flags) < 0) { in php_zip_add_file()
308 zip_source_free(zs); in php_zip_add_file()
315 obj->last_id = zip_file_add(obj->za, entry_name, zs, flags); in php_zip_add_file()
317 zip_source_free(zs); in php_zip_add_file()
1897 struct zip_source *zs; local
1922 if (zs == NULL) {
1926 ze_obj->last_id = zip_file_add(intern, name, zs, flags);
[all …]
/PHP-8.1/Zend/
H A Dzend_strtod.c2183 ULong si, z, zs; local
2223 zs = (si >> 16) * q + (ys >> 16);
2224 carry = zs >> 16;
2227 z = (*bx >> 16) - (zs & 0xffff) - borrow;
2264 zs = (si >> 16) + (ys >> 16);
2265 carry = zs >> 16;
2268 z = (*bx >> 16) - (zs & 0xffff) - borrow;
/PHP-8.1/ext/sodium/
H A Dlibsodium.c31 #define PHP_SODIUM_ZSTR_TRUNCATE(zs, len) do { ZSTR_LEN(zs) = (len); } while(0) argument
42 zend_string *zs; in zend_string_checked_alloc() local
47 zs = zend_string_alloc(len, persistent); in zend_string_checked_alloc()
48 ZSTR_VAL(zs)[len] = 0; in zend_string_checked_alloc() local
50 return zs; in zend_string_checked_alloc()
/PHP-8.1/ext/spl/
H A Dspl_directory.c267 #define IS_SLASH_AT(zs, pos) (IS_SLASH(zs[pos])) argument
/PHP-8.1/ext/hash/tests/
H A Dfnv1a64.phpt246 array( 'fk"2juHFd6\\Jxq8Ddr7+CYLBul@ #atjMv|8lF^Q]<|V/6zs', '7313e5cd61f71972' ),

Completed in 61 milliseconds