Home
last modified time | relevance | path

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

/php-src/ext/shmop/
H A Dshmop.c282 zend_long writesize; in PHP_FUNCTION() local
303writesize = ((zend_long)ZSTR_LEN(data) < shmop->size - offset) ? (zend_long)ZSTR_LEN(data) : shmop… in PHP_FUNCTION()
304 memcpy(shmop->addr + offset, ZSTR_VAL(data), writesize); in PHP_FUNCTION()
306 RETURN_LONG(writesize); in PHP_FUNCTION()

Completed in 6 milliseconds