Home
last modified time | relevance | path

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

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