Home
last modified time | relevance | path

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

/PHP-7.0/ext/shmop/
H A Dshmop.c308 int writesize; in PHP_FUNCTION() local
331 writesize = (ZSTR_LEN(data) < shmop->size - offset) ? ZSTR_LEN(data) : shmop->size - offset; in PHP_FUNCTION()
332 memcpy(shmop->addr + offset, ZSTR_VAL(data), writesize); in PHP_FUNCTION()
334 RETURN_LONG(writesize); in PHP_FUNCTION()

Completed in 8 milliseconds