Home
last modified time | relevance | path

Searched refs:current_err (Results 1 – 2 of 2) sorted by relevance

/external/python/cffi/c/
Dmisc_win32.h64 int current_err = errno; in save_errno() local
68 p->saved_errno = current_err; in save_errno()
/external/python/cffi/cffi/
D_embedding.h442 int current_err = errno; in _cffi_start_and_call_python() local
455 errno = current_err; in _cffi_start_and_call_python()