Home
last modified time | relevance | path

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

/PHP-7.3/ext/shmop/
H A Dshmop.c56 ZEND_ARG_INFO(0, shmid)
62 ZEND_ARG_INFO(0, shmid)
66 ZEND_ARG_INFO(0, shmid)
70 ZEND_ARG_INFO(0, shmid)
76 ZEND_ARG_INFO(0, shmid)
199 if (shmop->shmid == -1) { in PHP_FUNCTION()
234 zval *shmid; in PHP_FUNCTION() local
272 zval *shmid; in PHP_FUNCTION() local
292 zval *shmid; in PHP_FUNCTION() local
315 zval *shmid; in PHP_FUNCTION() local
[all …]
H A DREADME32 char shmop_read(int shmid, int start, int count)
34 shmid - shmid from which to read
40 int shmop_write(int shmid, string data, int offset)
42 shmid - shmid from which to read
48 int shmop_size(int shmid)
50 shmid - shmid for which to return the size
55 int shmop_delete(int shmid)
59 shmid - shmid which to mark for deletion
63 int shmop_close(int shmid)
65 shmid - shmid which to close
H A Dphp_shmop.h46 int shmid; member

Completed in 15 milliseconds