Searched defs:have (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/lua/
H A Dlua_dbd.c388 int x, have; local
399 have = lua_gettop(L) - 2;
400 if (st->variables != -1 && have < st->variables ) {
404 st->variables, have);
407 vars = apr_pcalloc(st->db->pool, have*sizeof(char *));
408 for (x = 0; x < have; x++) {
421 &results, st->statement, 0, have, vars);
479 int x, have; local
490 have = lua_gettop(L) - 2;
491 if (st->variables != -1 && have < s
[all...]

Completed in 1249 milliseconds