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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c133 char *bq_buf; member in struct:backend_query
2078 if (q == NULL || q->bq_buf == NULL)
2086 ret = sqlite_exec(be->be_db, q->bq_buf, cb, data, &errmsg);
2358 if (q == NULL || q->bq_buf == NULL)
2363 ret = sqlite_exec(be->be_db, q->bq_buf, cb, data, &errmsg);
2849 q->bq_buf = calloc(1, q->bq_size);
2850 if (q->bq_buf == NULL) {
2870 while (q->bq_buf != NULL) {
2871 old_len = strlen(q->bq_buf);
2873 count = strlcat(q->bq_buf, valu
[all...]

Completed in 51 milliseconds