Searched refs:php_process_handle (Results 1 – 2 of 2) sorted by relevance
39 struct php_process_handle { struct
180 struct php_process_handle *proc = (struct php_process_handle*)rsrc->ptr; in proc_open_rsrc_dtor()252 struct php_process_handle *proc; in PHP_FUNCTION()259 …if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_op… in PHP_FUNCTION()284 struct php_process_handle *proc; in PHP_FUNCTION()290 …if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_op… in PHP_FUNCTION()306 struct php_process_handle *proc; in PHP_FUNCTION()320 …if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_op… in PHP_FUNCTION()448 struct php_process_handle *proc; in PHP_FUNCTION()875 proc = (struct php_process_handle*)pemalloc(sizeof(struct php_process_handle), is_persistent); in PHP_FUNCTION()
Completed in 6 milliseconds