Searched defs:third (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcMessagePrimitives.cpp54 const char *third)
56 int sLen = strlen(third);
60 SetData(8, third, sLen + 1);
75 const nsID &third)
80 SetData(8, (char *) &third, sizeof(nsID));
51 ipcMessage_DWORD_DWORD_STR(const nsID &target, PRUint32 first, PRUint32 second, const char *third) argument
72 ipcMessage_DWORD_DWORD_ID(const nsID &target, PRUint32 first, PRUint32 second, const nsID &third) argument
H A DipcMessagePrimitives.h80 ipcMessage_DWORD_DWORD_DWORD(const nsID &target, PRUint32 first, PRUint32 second, PRUint32 third) argument
82 PRUint32 data[3] = { first, second, third };
105 ipcMessage_DWORD_DWORD_DWORD_DWORD(const nsID &target, PRUint32 first, PRUint32 second, PRUint32 third, PRUint32 fourth) argument
107 PRUint32 data[4] = { first, second, third, fourth };
151 ipcMessage_DWORD_DWORD_STR(const nsID &target, PRUint32 first, PRUint32 second, const char *third) NS_HIDDEN;
188 ipcMessage_DWORD_DWORD_ID(const nsID &target, PRUint32 first, PRUint32 second, const nsID &third) NS_HIDDEN;
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c4466 * @third: the next char to lookup or zero
4469 * Try to find if a sequence (first, next, third) or just (first next) or
4481 xmlChar next, xmlChar third, int iscomment) {
4501 if (third) len -= 2;
4523 if (third != 0) {
4525 (buf[base + 2] != third)) continue;
4535 else if (third == 0)
4542 first, next, third, base);
4552 else if (third == 0)
4557 "HPP: lookup '%c%c%c' failed\n", first, next, third);
4480 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first, xmlChar next, xmlChar third, int iscomment) argument
[all...]
H A Dparser.c9682 * @third: the next char to lookup or zero
9684 * Try to find if a sequence (first, next, third) or just (first next) or
9695 xmlChar next, xmlChar third) {
9714 if (third) len -= 2;
9718 if (third != 0) {
9720 (buf[base + 2] != third)) continue;
9730 else if (third == 0)
9737 first, next, third, base);
9747 else if (third == 0)
9752 "PP: lookup '%c%c%c' failed\n", first, next, third);
9694 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, xmlChar next, xmlChar third) argument
[all...]

Completed in 118 milliseconds