Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_mysql_vhost.c345 MYSQL_ROW row; local
374 row = mysql_fetch_row(result);
375 if (!row || cols < 1) {
385 buffer_copy_string(p->tmp_buf, row[0]);
402 if (cols > 1 && row[1]) {
403 c->fcgi_offset = atoi(row[1]);
405 if (cols > 2 && row[2]) {
406 buffer_copy_string(c->fcgi_arg, row[2]);
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dperformance.txt44 handling 128 keep-alive requests in a row on a single connection, waiting 30 seconds