Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds