HomeSort by: relevance | last modified time | path
    Searched defs:syslog_constant (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/lua/syslog/
syslog.c 98 static struct constant syslog_constant[] = { variable in typeref:struct:constant[]
160 for (n = 0; syslog_constant[n].name != NULL; n++) {
161 lua_pushinteger(L, syslog_constant[n].value);
162 lua_setfield(L, -2, syslog_constant[n].name);
syslog.c 98 static struct constant syslog_constant[] = { variable in typeref:struct:constant[]
160 for (n = 0; syslog_constant[n].name != NULL; n++) {
161 lua_pushinteger(L, syslog_constant[n].value);
162 lua_setfield(L, -2, syslog_constant[n].name);

Completed in 152 milliseconds