Home | History | Annotate | Download | only in bus

Lines Matching refs:reply_timeout

493       parser->limits.reply_timeout = 5 * 60 * 1000; /* 5 minutes */
1804 else if (strcmp (name, "reply_timeout") == 0)
1808 parser->limits.reply_timeout = value;
2851 || a->reply_timeout == b->reply_timeout);