Home
last modified time | relevance | path

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

/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Ddimension_pg.c42 char *get_all_values_query; member
81 if(qparam(ctx,dim->get_all_values_query,keys[i],gaidx)) { in parse_queries()
217 prepare_query(ctx,conn->pgconn, "get_all", dim->get_all_values_query, dim->get_all_indexes); in mapcache_postgresql_dimension_connection_constructor()
357 dimension->get_all_values_query = apr_pstrdup(ctx->pool, child->txt); in _mapcache_dimension_postgresql_parse_xml()
H A Ddimension_es.c40 char *get_all_values_query; member
69 dimension->get_all_values_query = apr_pstrdup(ctx->pool, child->txt); in _mapcache_dimension_elasticsearch_parse_xml()
221 char * req = dimension->get_all_values_query; in _mapcache_dimension_elasticsearch_get_all_entries()
H A Ddimension_sqlite.c41 char *get_all_values_query; member
240 …sqliteret = sqlite3_prepare_v2(conn->handle, dimension->get_all_values_query, -1, &conn->prepared_… in _mapcache_dimension_sqlite_get_all_entries()
296 dimension->get_all_values_query = apr_pstrdup(ctx->pool, child->txt); in _mapcache_dimension_sqlite_parse_xml()