Home
last modified time | relevance | path

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

/PHP-5.3/TSRM/
H A Dtsrm_win32.h105 TSRM_API void *shmat(int key, const void *shmaddr, int flags);
H A Dtsrm_win32.c654 TSRM_API void *shmat(int key, const void *shmaddr, int flags) in shmat() function
/PHP-5.3/ext/shmop/
H A Dshmop.c221 shmop->addr = shmat(shmop->shmid, 0, shmop->shmatflg); in PHP_FUNCTION()
/PHP-5.3/ext/sysvshm/
H A Dsysvshm.c180 if ((shm_ptr = shmat(shm_id, NULL, 0)) == (void *) -1) { in PHP_FUNCTION()

Completed in 25 milliseconds