Home
last modified time | relevance | path

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

/third_party/iowow/src/json/tests/
Djbl_test_binn2.c379 void *listptr; in test_binn_read() local
472 CU_ASSERT(binn_object_get(objptr, "list", BINN_LIST, &listptr, NULL) == TRUE); in test_binn_read()
473 printf("obj ptr: %p list ptr: %p\n", objptr, listptr); in test_binn_read()
474 CU_ASSERT(listptr != 0); in test_binn_read()
475 CU_ASSERT(listptr > objptr); in test_binn_read()
478 CU_ASSERT(binn_list_get(listptr, 2, BINN_INT32, &vint32, NULL) == TRUE); in test_binn_read()
483 CU_ASSERT(binn_list_get(listptr, 3, BINN_STRING, &ptr, NULL) == TRUE); in test_binn_read()
566 CU_ASSERT(binn_object_get_list(objptr, "list", &listptr) == TRUE); in test_binn_read()
567 printf("obj ptr: %p list ptr: %p\n", objptr, listptr); in test_binn_read()
568 CU_ASSERT(listptr != 0); in test_binn_read()
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_substring.c372 pcre2_substring_list_get(pcre2_match_data *match_data, PCRE2_UCHAR ***listptr, in pcre2_substring_list_get() argument
400 *listptr = listp = (PCRE2_UCHAR **)((char *)memp + sizeof(pcre2_memctl)); in pcre2_substring_list_get()
/third_party/elfutils/src/
Dreadelf.c4968 struct listptr struct
5001 listptr_base (struct listptr *p) in listptr_base()
5014 struct listptr *p1 = (void *) a; in compare_listptr()
5015 struct listptr *p2 = (void *) b; in compare_listptr()
5063 struct listptr *table;
5099 struct listptr *p = &table->table[table->n++]; in notice_listptr()
5101 *p = (struct listptr) in notice_listptr()
5143 struct listptr *p = &table->table[*idxp]; in skip_listptr_hole()
5195 static struct listptr *
5219 struct listptr *p = &table->table[*idxp]; in listptr_cu()
[all …]
DChangeLog1105 * readelf.c (print_debug_loc_section): Use correct listptr for
1346 * readelf.c (struct listptr): Add attr field.
1349 (notice_listptr): Take attr as argument and add it to listptr.
1356 a listptr. If the attr is DW_AT_GNU_locview print view pairs till the
1357 next listptr offset.
2846 (struct listptr): Replace base field with cu.
2936 * readelf.c (struct listptr): Add base Dwarf_Addr field.
3397 (struct listptr, struct listptr_table): New types.
/third_party/pcre2/pcre2/doc/
Dpcre2.txt351 PCRE2_UCHAR ***listptr, PCRE2_SIZE **lengthsptr);
3189 PCRE2_UCHAR ***listptr, PCRE2_SIZE **lengthsptr);
3203 The address of the memory block is returned via listptr, which is also