/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkRequestWidget.cpp | 167 /* Try to find all the links in the error-message, 171 QStringList links; local 174 links << linkRegExp.cap(); 177 /* Return back all the links, just in bold: */ 178 if (!links.isEmpty()) 179 for (int i = 0; i < links.size(); ++i) 180 strErrorText = strErrorText.arg(QString("<b>%1</b>").arg(links[i]));
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | x509.h | 209 /** List of links */ 219 /** List of links */ 220 struct list_head links; member in struct:x509_chain 255 link = list_first_entry ( &chain->links, struct x509_link, list ); 269 link = list_last_entry ( &chain->links, struct x509_link, list ); 369 list_for_each_entry ( link, &chain->links, list )
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prmwait.c | 55 PRCList links; member in struct:TimerEvent 59 ((TimerEvent *) ((char *) (_qp) - offsetof(TimerEvent, links))) 128 PRCList *links, *tail; local 142 tail = links = PR_LIST_TAIL(&tm_vars.timer_queue); 143 while (links->prev != tail) 145 elem = TIMER_EVENT_PTR(links); 150 links = links->prev; 152 PR_INSERT_AFTER(&timer->links, links); [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prtpool.c | 54 PRCList links; member in struct:wthread 125 PRCList links; /* for linking jobs */ member in struct:PRJob 147 ((PRJob *) ((char *) (_qp) - offsetof(PRJob, links))) 150 ((wthread *) ((char *) (_qp) - offsetof(wthread, links))) 166 PR_REMOVE_AND_INIT_LINK(&jobp->links); \ 272 PR_APPEND_LINK(&jobp->links,&tp->jobq.list); 296 PR_APPEND_LINK(&wthrp->links, &tp->jobq.wthreads); 443 PR_REMOVE_AND_INIT_LINK(&jobp->links); 470 PR_REMOVE_AND_INIT_LINK(&jobp->links); 503 PR_REMOVE_AND_INIT_LINK(&jobp->links); [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | nanoftp.c | 1602 int links = 0; local 1609 links = (links * 10) + (*cur++ - '0'); 1630 links = (links * 10) + (*cur++ - '0'); 1698 callback(userData, filename, attrib, owner, group, size, links, 2050 const char *owner, const char *group, unsigned long size, int links, 2049 ftpList(void *userData, const char *filename, const char* attrib, const char *owner, const char *group, unsigned long size, int links, int year, const char *month, int day, int hour, int minute) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _unixos.h | 122 PRCList links; /* for linking PRPollQueue's together */ member in struct:PRPollQueue 131 ((PRPollQueue*) ((char*) (_qp) - offsetof(PRPollQueue,links)))
|
H A D | _win16.h | 92 PRCList links; /* for linking PRPollQueue's together */ member in struct:PRPollQueue 101 ((PRPollQueue *) ((char*) (_qp) - offsetof(PRPollQueue,links))) 109 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
H A D | _winnt.h | 139 PRCList links; /* for group->io_ready list */ member in struct:_MDOverlapped::__anon17183::__anon17184
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | irix.c | 77 PRCList links; member in struct:nspr_arena 82 ((nspr_arena *) ((char*) (qp) - offsetof(nspr_arena , links))) 105 PRCList links; member in struct:sproc_params 110 ((sproc_params *) ((char*) (qp) - offsetof(sproc_params , links))) 198 PR_APPEND_LINK(&arena->links, &arena_list); 269 PR_APPEND_LINK(&arena->links, &arena_list); 515 PR_INIT_CLIST(&first_arena.links); 516 PR_APPEND_LINK(&first_arena.links, &arena_list); 685 PR_APPEND_LINK(&sparams.links, &sproc_list); 724 PR_REMOVE_LINK(&sp->links); [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/ |
H A D | prmsgc.c | 1286 PRCList links; member in struct:GCFinalStr 1292 ((GCFinal*) ((char*) (_qp) - offsetof(GCFinal,links))) 1372 PR_REMOVE_LINK(&fp->links); 1373 PR_APPEND_LINK(&fp->links, &_pr_finalQueue); 1425 PR_REMOVE_LINK(&fp->links); 1501 PRCList links; member in struct:GCWeakStr 1509 ((GCWeak*) ((char*) (_qp) - offsetof(GCWeak,links))) 1545 * Transfer list of free weak links from the global list to a 1553 PR_REMOVE_LINK(&wp->links); 1554 PR_APPEND_LINK(&wp->links, [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/ |
H A D | primpl.h | 282 PRCList links; /* link list of CPUs */ member in struct:_PRCPU 312 ((_PRCPU*) ((char*) (_qp) - offsetof(_PRCPU,links))) 423 PR_APPEND_LINK(&(_thread)->links, &_PR_RUNQ(_cpu)[_pri]); \ 431 PR_REMOVE_LINK(&(_thread)->links); \ 443 PR_APPEND_LINK(&(_thread)->links, &_PR_WAITINGTOJOINQ(_cpu)); 446 PR_REMOVE_LINK(&(_thread)->links); 449 PR_APPEND_LINK(&(_thread)->links, &_PR_SUSPENDQ(_cpu)); 452 PR_REMOVE_LINK(&(_thread)->links); 501 PR_APPEND_LINK(&(_thread)->links, &_PR_RUNQ(_cpu)[_pri]); \ 511 PR_REMOVE_LINK(&(_thread)->links); \ 1548 PRCList links; member in struct:PRThreadStack 1631 PRCList links; member in struct:PRThread [all...] |