Home
last modified time | relevance | path

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

/DragonOS/user/apps/http_server/
H A Dmain.c118 void handle_request(int sockfd, char *request) in handle_request() argument
123 method = strtok(request, " "); in handle_request()
/DragonOS/
H A Dtriagebot.toml23 # 这个标签会在被标记了"request changes"的审查时被添加。
25 # These labels are removed when a "request changes" review is submitted.
/DragonOS/kernel/src/mm/
H A Ducontext.rs907 pub fn conflicts(&self, request: VirtRegion) -> impl Iterator<Item = Arc<LockedVMA>> + '_ { in conflicts()
911 .filter(move |v| v.lock_irqsave().region.intersect(&request).is_some()) in conflicts()
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md390 * ci: supprot auto tag on pull request