Home
last modified time | relevance | path

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

/PHP-8.4/ext/zip/
H A Dphp_zip.c289 struct zip_source *zs; in php_zip_add_file() local
314 zs = zip_source_filep(obj->za, fd, offset_start, offset_len); in php_zip_add_file()
318 if (!zs) { in php_zip_add_file()
323 if (zip_file_replace(obj->za, replace, zs, flags) < 0) { in php_zip_add_file()
324 zip_source_free(zs); in php_zip_add_file()
331 obj->last_id = zip_file_add(obj->za, entry_name, zs, flags); in php_zip_add_file()
333 zip_source_free(zs); in php_zip_add_file()
1934 struct zip_source *zs; local
1959 if (zs == NULL) {
1963 ze_obj->last_id = zip_file_add(intern, name, zs, flags);
[all …]
/PHP-8.4/Zend/
H A Dzend_strtod.c2179 ULong si, z, zs; local
2219 zs = (si >> 16) * q + (ys >> 16);
2220 carry = zs >> 16;
2223 z = (*bx >> 16) - (zs & 0xffff) - borrow;
2260 zs = (si >> 16) + (ys >> 16);
2261 carry = zs >> 16;
2264 z = (*bx >> 16) - (zs & 0xffff) - borrow;
/PHP-8.4/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.4/ext/spl/
H A Dspl_directory.c272 #define IS_SLASH_AT(zs, pos) (IS_SLASH(zs[pos])) argument
/PHP-8.4/ext/hash/tests/
H A Dfnv1a64.phpt246 array( 'fk"2juHFd6\\Jxq8Ddr7+CYLBul@ #atjMv|8lF^Q]<|V/6zs', '7313e5cd61f71972' ),

Completed in 49 milliseconds