Searched defs:stubMethods (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dpripv6.c311 const PRIOMethods *stubMethods; local
322 stubMethods = PR_GetDefaultIOMethods();
324 ipv6_to_v4_tcpMethods = *stubMethods; /* first get the entire batch */
336 ipv6_to_v4_udpMethods = *stubMethods; /* first get the entire batch */
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlayer.c290 const PRIOMethods *stubMethods; local
332 stubMethods = PR_GetDefaultIOMethods();
339 myMethods = *stubMethods; /* first get the entire batch */
H A Dnblayer.c540 const PRIOMethods *stubMethods; local
582 stubMethods = PR_GetDefaultIOMethods();
589 myMethods = *stubMethods; /* first get the entire batch */

Completed in 60 milliseconds