Home
last modified time | relevance | path

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

/php-src/ext/zip/
H A Dphp_zip.c290 struct zip_source *zs; in php_zip_add_file() local
315 zs = zip_source_filep(obj->za, fd, offset_start, offset_len); in php_zip_add_file()
319 if (!zs) { in php_zip_add_file()
324 if (zip_file_replace(obj->za, replace, zs, flags) < 0) { in php_zip_add_file()
325 zip_source_free(zs); in php_zip_add_file()
332 obj->last_id = zip_file_add(obj->za, entry_name, zs, flags); in php_zip_add_file()
334 zip_source_free(zs); in php_zip_add_file()
1928 struct zip_source *zs; local
1953 if (zs == NULL) {
1957 ze_obj->last_id = zip_file_add(intern, name, zs, flags);
[all …]
/php-src/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-src/ext/sodium/
H A Dlibsodium.c32 #define PHP_SODIUM_ZSTR_TRUNCATE(zs, len) do { ZSTR_LEN(zs) = (len); } while(0) argument
43 zend_string *zs; in zend_string_checked_alloc() local
48 zs = zend_string_alloc(len, persistent); in zend_string_checked_alloc()
49 ZSTR_VAL(zs)[len] = 0; in zend_string_checked_alloc() local
51 return zs; in zend_string_checked_alloc()
/php-src/ext/spl/
H A Dspl_directory.c285 #define IS_SLASH_AT(zs, pos) (IS_SLASH(zs[pos])) argument
/php-src/ext/hash/tests/
H A Dfnv1a64.phpt246 array( 'fk"2juHFd6\\Jxq8Ddr7+CYLBul@ #atjMv|8lF^Q]<|V/6zs', '7313e5cd61f71972' ),

Completed in 42 milliseconds