Lines Matching defs:table
97 /* push new table to stack */
119 /* stack should be left with table */
222 const struct var_expand_table *table =
227 if (null_strcmp(table[i].long_key, key) == 0) {
228 if (table[i].value != NULL)
229 lua_pushstring(L, table[i].value);
255 /* create a table for holding few things */
333 /* Create new table for holding values */
346 /* set table's metatable, pops stack */
393 "(expected string or table, got %s)",
570 "(expected string or table, got %s)",
658 auth_request_log_error(req, AUTH_SUBSYS_DB, "db-lua: Cannot iterate, return value is not table");