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
289 struct zip_source *zs; in php_zip_add_file() local1934 struct zip_source *zs; local
276 #define IS_SLASH_AT(zs, pos) (IS_SLASH(zs[pos])) argument
2175 ULong si, z, zs; local
Completed in 39 milliseconds