Home
last modified time | relevance | path

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

/PHP-5.5/ext/shmop/
H A Dshmop.c57 ZEND_ARG_INFO(0, shmid)
63 ZEND_ARG_INFO(0, shmid)
67 ZEND_ARG_INFO(0, shmid)
71 ZEND_ARG_INFO(0, shmid)
77 ZEND_ARG_INFO(0, shmid)
211 if (shmop->shmid == -1) { in PHP_FUNCTION()
279 long shmid; in PHP_FUNCTION() local
289 zend_list_delete(shmid); in PHP_FUNCTION()
297 long shmid; in PHP_FUNCTION() local
318 long shmid, offset; 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.h43 int shmid; member

Completed in 10 milliseconds