Lines Matching refs:colname
57 if (!cv[n] || strcmp(cn[n], map->colname))
174 * Call this with an LSM_SCHEMA map, its colname is the table name and its
209 "%s%c", schema->child_map[n].colname,
218 schema->colname, where, order,
245 size_t sql_est = 46 + strlen(schema->colname) + 1;
278 sql_est += strlen(map[n].colname) + 2;
315 sql_est -= strlen(map[n].colname) + 2;
330 schema->colname);
350 map[n].colname);
459 schema->colname);
473 p += lws_snprintf(p, (unsigned int)lws_ptr_diff(end, p), "%s blob", map->colname);
478 if (map->colname[0] != '_') /* _lws_idx is not primary key */
481 map->colname, use);
482 if (map->colname[0] != '_')
486 map->colname);