Searched defs:n_wanted (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyIEnumerator.cpp | 135 int n_wanted; local 137 if (!PyArg_ParseTuple(args, "i|O:FetchBlock", &n_wanted, &obIID)) 149 nsISupports **fetched = new nsISupports*[n_wanted]; 154 memset(fetched, 0, sizeof(nsISupports *) * n_wanted); 157 for (;n_fetched<n_wanted;) {
|
H A D | PyISimpleEnumerator.cpp | 123 int n_wanted; local 125 if (!PyArg_ParseTuple(args, "i|O:FetchBlock", &n_wanted, &obIID)) 137 nsISupports **fetched = new nsISupports*[n_wanted]; 142 memset(fetched, 0, sizeof(nsISupports *) * n_wanted); 146 for (;n_fetched<n_wanted;) {
|
Completed in 44 milliseconds