Home
last modified time | relevance | path

Searched defs:PHAR_SET_32 (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/phar/
H A Dtar.c1243 # define PHAR_SET_32(destination, source) do { \ in phar_tar_flush() macro
1251 # define PHAR_SET_32(destination, source) memcpy(destination, &source, 4) in phar_tar_flush() macro
H A Dzip.c39 # define PHAR_SET_32(var, value) phar_write_32(var, (uint32_t) (value)); macro

Completed in 10 milliseconds