Searched refs:get_headers (Results 1 – 2 of 2) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 834 long long get_headers(struct strawberry *fields, char *buf, int blen) in get_headers() function 1058 TT.bits = get_headers(TT.fields, toybuf, sizeof(toybuf)); in ps_main() 1079 get_headers(TT.fields, toybuf, sizeof(toybuf)); in ps_main() 1179 TT.bits = get_headers(TT.fields, toybuf, sizeof(toybuf)); in top_common() 1331 get_headers(TT.fields, pos = toybuf, sizeof(toybuf)); in top_common()
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
D | cookies.py | 708 cookies = self.get_headers( 719 def get_headers(self, value, domains=_default, max_age=_default, member in CookieProfile
|