Searched defs:zs (Results 1 – 4 of 4) sorted by relevance
31 #define PHP_SODIUM_ZSTR_TRUNCATE(zs, len) do { ZSTR_LEN(zs) = (len); } while(0) argument42 zend_string *zs; in zend_string_checked_alloc() local48 ZSTR_VAL(zs)[len] = 0; in zend_string_checked_alloc() local
283 struct zip_source *zs; in php_zip_add_file() local1897 struct zip_source *zs; local
2183 ULong si, z, zs; local
267 #define IS_SLASH_AT(zs, pos) (IS_SLASH(zs[pos])) argument
Completed in 39 milliseconds