Home
last modified time | relevance | path

Searched defs:connect_base (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libevent/sample/
H A Dhttp-connect.c20 struct connect_base struct
22 struct evhttp_connection *evcon;
23 struct evhttp_uri *location;
100 struct connect_base connect_base; in main() local
/aosp_15_r20/external/libchrome/libchrome_tools/uprev/
H A Dreconnect_history.py50 def connect_base(current_commit, base_commit): function