Home
last modified time | relevance | path

Searched refs:my_fd_obj (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/caudium/
H A Dcaudium.c95 struct object *my_fd_obj; member
125 #define MY_FD_OBJ ((struct object *)(THIS->my_fd_obj))
576 THIS->my_fd_obj = ureq->my_fd_obj; in php_caudium_module_main()
698 struct object *my_fd_obj; in f_php_caudium_request_handler() local
710 &request_data, &my_fd_obj, &done_callback); in f_php_caudium_request_handler()
714 add_ref(my_fd_obj); in f_php_caudium_request_handler()
718 THIS->my_fd_obj = my_fd_obj; in f_php_caudium_request_handler()
745 if(THIS->my_fd_obj) free_object(THIS->my_fd_obj); in free_struct()
/PHP-5.5/sapi/roxen/
H A Droxen.c72 struct object *my_fd_obj; member
106 #define MY_FD_OBJ ((struct object *)(THIS->my_fd_obj))
609 struct object *my_fd_obj; in f_php_roxen_request_handler() local
623 &request_data, &my_fd_obj, &done_callback); in f_php_roxen_request_handler()
632 THIS->my_fd_obj = my_fd_obj; in f_php_roxen_request_handler()

Completed in 9 milliseconds