Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_tables.h56 typedef struct apr_table_t apr_table_t; typedef
98 APR_DECLARE(const apr_array_header_t *) apr_table_elts(const apr_table_t *t);
105 APR_DECLARE(int) apr_is_empty_table(const apr_table_t *t);
232 APR_DECLARE(apr_table_t *) apr_table_make(apr_pool_t *p, int nelts);
241 APR_DECLARE(apr_table_t *) apr_table_copy(apr_pool_t *p,
242 const apr_table_t *t);
252 APR_DECLARE(apr_table_t *) apr_table_clone(apr_pool_t *p,
253 const apr_table_t *t);
259 APR_DECLARE(void) apr_table_clear(apr_table_t *t);
268 APR_DECLARE(const char *) apr_table_get(const apr_table_t *t, const char *key);
[all …]
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_tables.h56 typedef struct apr_table_t apr_table_t; typedef
98 APR_DECLARE(const apr_array_header_t *) apr_table_elts(const apr_table_t *t);
105 APR_DECLARE(int) apr_is_empty_table(const apr_table_t *t);
232 APR_DECLARE(apr_table_t *) apr_table_make(apr_pool_t *p, int nelts);
241 APR_DECLARE(apr_table_t *) apr_table_copy(apr_pool_t *p,
242 const apr_table_t *t);
252 APR_DECLARE(apr_table_t *) apr_table_clone(apr_pool_t *p,
253 const apr_table_t *t);
259 APR_DECLARE(void) apr_table_clear(apr_table_t *t);
268 APR_DECLARE(const char *) apr_table_get(const apr_table_t *t, const char *key);
[all …]
/external/llvm/test/Analysis/BasicAA/
D2003-05-21-GEP-Problem.ll3 %struct..apr_table_t = type { %struct..apr_array_header_t, i32, [32 x i32], [32 x i32] }
5 define void @table_reindex(%struct..apr_table_t* %t.1) { ; No predecessors!
9 %tmp.101 = getelementptr %struct..apr_table_t, %struct..apr_table_t* %t.1, i64 0, i32 0, i32 2
15 …%tmp.261 = getelementptr %struct..apr_table_t, %struct..apr_table_t* %t.1, i64 0, i32 3, i64 %tmp.…
/external/cronet/stable/third_party/apache-portable-runtime/src/tables/
Dapr_tables.c332 struct apr_table_t { struct
373 static apr_table_entry_t *do_table_push(const char *func, apr_table_t *t) in do_table_push() argument
390 APR_DECLARE(const apr_array_header_t *) apr_table_elts(const apr_table_t *t) in apr_table_elts()
395 APR_DECLARE(int) apr_is_empty_table(const apr_table_t *t) in apr_is_empty_table()
400 APR_DECLARE(apr_table_t *) apr_table_make(apr_pool_t *p, int nelts) in apr_table_make()
402 apr_table_t *t = apr_palloc(p, sizeof(apr_table_t)); in apr_table_make()
412 APR_DECLARE(apr_table_t *) apr_table_copy(apr_pool_t *p, const apr_table_t *t) in apr_table_copy()
414 apr_table_t *new = apr_palloc(p, sizeof(apr_table_t)); in apr_table_copy()
434 APR_DECLARE(apr_table_t *) apr_table_clone(apr_pool_t *p, const apr_table_t *t) in apr_table_clone()
438 apr_table_t *new = apr_table_make(p, array->nelts); in apr_table_clone()
[all …]
/external/cronet/tot/third_party/apache-portable-runtime/src/tables/
Dapr_tables.c332 struct apr_table_t { struct
373 static apr_table_entry_t *do_table_push(const char *func, apr_table_t *t) in do_table_push() argument
390 APR_DECLARE(const apr_array_header_t *) apr_table_elts(const apr_table_t *t) in apr_table_elts()
395 APR_DECLARE(int) apr_is_empty_table(const apr_table_t *t) in apr_is_empty_table()
400 APR_DECLARE(apr_table_t *) apr_table_make(apr_pool_t *p, int nelts) in apr_table_make()
402 apr_table_t *t = apr_palloc(p, sizeof(apr_table_t)); in apr_table_make()
412 APR_DECLARE(apr_table_t *) apr_table_copy(apr_pool_t *p, const apr_table_t *t) in apr_table_copy()
414 apr_table_t *new = apr_palloc(p, sizeof(apr_table_t)); in apr_table_copy()
434 APR_DECLARE(apr_table_t *) apr_table_clone(apr_pool_t *p, const apr_table_t *t) in apr_table_clone()
438 apr_table_t *new = apr_table_make(p, array->nelts); in apr_table_clone()
[all …]
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtesttable.c34 static apr_table_t *t1 = NULL;
111 apr_table_t *t = apr_table_make(p, 1); in table_nelts()
134 apr_table_t *t = apr_table_make(p, 1); in table_unset()
149 apr_table_t *t1 = apr_table_make(p, 1); in table_overlap()
150 apr_table_t *t2 = apr_table_make(p, 1); in table_overlap()
184 apr_table_t *t1, *t2; in table_overlap2()
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtesttable.c34 static apr_table_t *t1 = NULL;
111 apr_table_t *t = apr_table_make(p, 1); in table_nelts()
134 apr_table_t *t = apr_table_make(p, 1); in table_unset()
149 apr_table_t *t1 = apr_table_make(p, 1); in table_overlap()
150 apr_table_t *t2 = apr_table_make(p, 1); in table_overlap()
184 apr_table_t *t1, *t2; in table_overlap2()