Home
last modified time | relevance | path

Searched refs:theLength (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Ddynload_win.c206 int theLength; /* Length of error text */ local
210 theLength = FormatMessageW(
224 if (theLength == 0) {
231 if (theLength >= 2 &&
232 theInfo[theLength-2] == '\r' &&
233 theInfo[theLength-1] == '\n') {
234 theLength -= 2;
235 theInfo[theLength] = '\0';
243 theLength));
/external/python/cpython2/Python/
Ddynload_win.c210 int theLength; /* Length of error text */ local
214 theLength = FormatMessage(
226 if (theLength == 0) {
234 if (theLength >= 2 &&
235 theInfo[theLength-2] == '\r' &&
236 theInfo[theLength-1] == '\n') {
237 theLength -= 2;
238 theInfo[theLength] = '\0';
/external/python/cpython2/Mac/Modules/snd/
D_Sndmodule.c133 short theLength; in SndCh_SndChannelStatus() local
136 &theLength)) in SndCh_SndChannelStatus()
139 theLength, in SndCh_SndChannelStatus()
496 short theLength; in Snd_SndManagerStatus() local
499 &theLength)) in Snd_SndManagerStatus()
501 _err = SndManagerStatus(theLength, in Snd_SndManagerStatus()