Searched defs:pair (Results 1 - 2 of 2) sorted by relevance
/pkg/src/zoneproxy/zoneproxyd/ |
H A D | zoneproxyd.c | 53 * Each new connection generates a pair of sockets. The data transfer algorithm 304 struct proxy_pair *pair; local 306 pair = malloc(sizeof (struct proxy_pair)); 307 if (pair == NULL) { 311 (void) memset(pair, 0, sizeof (struct proxy_pair)); 312 pair->pp_type = PROXY_USER_PAIR; 313 pair->pp_callback = proxy_func; 314 pair->pp_readfd = -1; 315 pair->pp_writefd = -1; 317 return (pair); 348 free_proxy_pair(struct proxy_pair *pair) argument 371 clone_and_register(struct proxy_pair *pair) argument 437 shutdown_proxypair(struct proxy_pair *pair) argument 452 send_recv_data(struct proxy_pair *pair) argument 608 check_connect(struct proxy_pair *pair) argument 629 proxy_func(struct proxy_pair *pair, port_event_t *ev) argument 664 struct proxy_pair *pair; local [all...] |
/pkg/src/modules/client/ |
H A D | progress.py | 67 """Format a pair of numbers 'v1' and 'v2' representing a fraction, such 69 v2) , the result is a fixed width pair separated by '/': 491 def pair(self): member in class:GoalTrackerItem 527 return "<{0}: {1}{2}>".format(self.name, self.pair(), info) 2007 num=self.mfst_fetch.pair(), 2068 num=self.dl_files.pair(), mbs=mbs, 2106 _("Archiving: {pair} items {mbs}MB {pctcomplete}% " 2108 pair=self.archive_items.pair(), mbs=mbs, 2203 msg = _("Linked images: {pair} don [all...] |
Completed in 19 milliseconds