Searched refs:errnop (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsocketmodule.c3450 int errnop; local
3465 &h, &errnop);
3467 h = gethostbyname_r(name, &hp_allocated, buf, buf_len, &errnop);
3526 int errnop; local
3563 &h, &errnop);
3566 &hp_allocated, buf, buf_len, &errnop);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsocketmodule.c3368 int errnop; local
3383 &h, &errnop);
3385 h = gethostbyname_r(name, &hp_allocated, buf, buf_len, &errnop);
3444 int errnop; local
3481 &h, &errnop);
3484 &hp_allocated, buf, buf_len, &errnop);

Completed in 175 milliseconds