Searched refs:php_process_handle (Results 1 – 2 of 2) sorted by relevance
38 struct php_process_handle { struct
174 struct php_process_handle *proc = (struct php_process_handle*)rsrc->ptr; in proc_open_rsrc_dtor()246 struct php_process_handle *proc; in PHP_FUNCTION()255 …if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_op… in PHP_FUNCTION()280 struct php_process_handle *proc; in PHP_FUNCTION()286 …if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_op… in PHP_FUNCTION()302 struct php_process_handle *proc; in PHP_FUNCTION()316 …if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_op… in PHP_FUNCTION()435 struct php_process_handle *proc; in PHP_FUNCTION()865 proc = (struct php_process_handle*)pemalloc(sizeof(struct php_process_handle), is_persistent); in PHP_FUNCTION()
Completed in 6 milliseconds