Home
last modified time | relevance | path

Searched refs:nodep (Results 1 - 10 of 10) sorted by relevance

/third_party/curl/tests/unit/
H A Dunit1603.c60 char *nodep; variable
73 nodep = Curl_hash_add(&hash_static, &key1, strlen(key1), &key1);
74 fail_unless(nodep, "insertion into hash failed");
75 nodep = Curl_hash_pick(&hash_static, &key1, strlen(key1));
76 fail_unless(nodep == key1, "hash retrieval failed");
78 nodep = Curl_hash_add(&hash_static, &key2, strlen(key2), &key2);
79 fail_unless(nodep, "insertion into hash failed");
80 nodep = Curl_hash_pick(&hash_static, &key2, strlen(key2));
81 fail_unless(nodep == key2, "hash retrieval failed");
83 nodep
[all...]
H A Dunit1602.c56 int *nodep; variable
66 nodep = Curl_hash_add(&hash_static, &key, klen, value);
67 if(!nodep)
69 abort_unless(nodep, "insertion into hash failed");
76 nodep = Curl_hash_add(&hash_static, &key2, klen, value2);
77 if(!nodep)
79 abort_unless(nodep, "insertion into hash failed");
H A Dunit1305.c116 struct Curl_dns_entry *nodep; variable
126 nodep = Curl_hash_add(&hp, data_key, key_len + 1, data_node);
127 abort_unless(nodep, "insertion into hash failed");
/third_party/elfutils/libdwelf/
H A Ddwelf_strtab.c292 copystrings (Dwelf_Strent *nodep, char **freep, size_t *offsetp) in copystrings() argument
294 if (nodep->left != NULL) in copystrings()
295 copystrings (nodep->left, freep, offsetp); in copystrings()
298 nodep->offset = *offsetp; in copystrings()
299 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len); in copystrings()
300 *offsetp += nodep->len; in copystrings()
302 for (Dwelf_Strent *subs = nodep->next; subs != NULL; subs = subs->next) in copystrings()
304 assert (subs->len < nodep->len); in copystrings()
305 subs->offset = nodep in copystrings()
[all...]
/third_party/ltp/testcases/kernel/lib/
H A Dnuma_helper.c218 int i, *nodep; in get_allowed_nodes() local
229 nodep = va_arg(ap, int *); in get_allowed_nodes()
231 *nodep = nodes[i]; in get_allowed_nodes()
/third_party/elfutils/libcpu/
H A Di386_parse.y867 nameout (const void *nodep, VISIT value, int level)
870 printf (" %s\n", *(const char **) nodep);
1075 print_op_str (const void *nodep, VISIT value,
1080 const char *str = (*(struct argstring **) nodep)->str;
1083 (*(struct argstring **) nodep)->idx = ++count_op_str;
1084 (*(struct argstring **) nodep)->off = off_op_str;
1091 print_op_str_idx (const void *nodep, VISIT value,
1095 printf (" %d,\n", (*(struct argstring **) nodep)->off);
1100 print_op_fct (const void *nodep, VISIT value,
1105 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)
[all...]
/third_party/libfuse/lib/
H A Dfuse.c601 struct node **nodep; in remerge_id() local
603 for (nodep = &t->array[t->split]; *nodep; in remerge_id()
604 nodep = &(*nodep)->id_next); in remerge_id()
606 *nodep = *upper; in remerge_id()
615 struct node **nodep = &f->id_table.array[id_hash(f, node->nodeid)]; in unhash_id() local
617 for (; *nodep != NULL; nodep = &(*nodep) in unhash_id()
648 struct node **nodep; rehash_id() local
718 struct node **nodep; remerge_name() local
734 struct node **nodep = &f->name_table.array[hash]; unhash_name() local
761 struct node **nodep; rehash_name() local
[all...]
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c288 struct node **nodep = &f->id_table[hash]; in unhash_id() local
290 for (; *nodep != NULL; nodep = &(*nodep)->id_next) in unhash_id()
291 if (*nodep == node) { in unhash_id()
292 *nodep = node->id_next; in unhash_id()
322 struct node **nodep = &f->name_table[hash]; in unhash_name() local
324 for (; *nodep != NULL; nodep = &(*nodep) in unhash_name()
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c312 void **nodep; in MHD_ip_limit_add() local
334 if (NULL == (nodep = tsearch (key, in MHD_ip_limit_add()
346 node = *nodep; in MHD_ip_limit_add()
377 void **nodep; in MHD_ip_limit_del() local
390 if (NULL == (nodep = tfind (&search_key, in MHD_ip_limit_del()
398 found_key = (struct MHD_IPCount *) *nodep; in MHD_ip_limit_del()
/third_party/selinux/libsepol/src/
H A Dpolicydb.c2146 static int read_cons_helper(policydb_t * p, constraint_node_t ** nodep, in read_cons_helper() argument
2166 *nodep = c; in read_cons_helper()

Completed in 19 milliseconds