Searched defs:notyet (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DPyIComponentManager.cpp65 char *pid, *notyet = NULL; local
67 if (!PyArg_ParseTuple(args, "s|zO", &pid, &notyet, &obIID))
69 if (notyet != NULL) {
98 char *notyet = NULL; local
100 if (!PyArg_ParseTuple(args, "O|zO", &obClassID, &notyet, &obIID))
102 if (notyet != NULL) {
H A DPyIComponentManagerObsolete.cpp62 char *pid, *notyet = NULL; local
64 if (!PyArg_ParseTuple(args, "s|zO", &pid, &notyet, &obIID))
66 if (notyet != NULL) {

Completed in 44 milliseconds