Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds