Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dmisc_win32.h65 int current_lasterr = GetLastError(); in save_errno() local
69 p->saved_lasterror = current_lasterr; in save_errno()
/external/python/cffi/cffi/
D_embedding.h444 int current_lasterr = GetLastError(); in _cffi_start_and_call_python() local
453 SetLastError(current_lasterr); in _cffi_start_and_call_python()