Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dsyslogmodule.c58 static PyObject *S_ident_o = NULL; /* identifier, held by openlog() */ variable
155 Py_XSETREF(S_ident_o, ident); in syslog_openlog()
208 PyObject *ident = S_ident_o; in syslog_syslog()
230 Py_CLEAR(S_ident_o); in syslog_closelog()

Completed in 1 milliseconds