Searched refs:raw_fd (Results 1 – 2 of 2) sorted by relevance
611 struct svalue *done_callback, *raw_fd; in f_php_roxen_request_handler() local656 raw_fd = low_mapping_string_lookup(THIS->request_data, ind); in f_php_roxen_request_handler()657 if(raw_fd && raw_fd->type == PIKE_T_OBJECT) in f_php_roxen_request_handler()659 int fd = fd_from_object(raw_fd->u.object); in f_php_roxen_request_handler()
702 struct svalue *raw_fd; in f_php_caudium_request_handler() local723 raw_fd = low_mapping_string_lookup(THIS->request_data, ind); in f_php_caudium_request_handler()724 if(raw_fd && raw_fd->type == PIKE_T_OBJECT) in f_php_caudium_request_handler()726 int fd = fd_from_object(raw_fd->u.object); in f_php_caudium_request_handler()
Completed in 10 milliseconds