Searched refs:shmid (Results 1 – 3 of 3) sorted by relevance
/PHP-5.5/ext/shmop/ |
H A D | shmop.c | 57 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 D | README | 32 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 D | php_shmop.h | 43 int shmid; member
|
Completed in 9 milliseconds