Searched defs:next (Results 1 - 25 of 31) sorted by path

12

/bionic/libc/bionic/
H A D__cxa_thread_atexit_impl.cpp25 thread_local_dtor* next; member in class:thread_local_dtor
36 dtor->next = thread->thread_local_dtors;
45 thread->thread_local_dtors = current->next;
H A Ddirent.cpp133 dirent* next = __readdir_locked(d); local
134 if (errno != 0 && next == NULL) {
138 if (next != NULL) {
139 memcpy(entry, next, next->d_reclen);
H A Dnet_if.cpp77 if_list* next; member in struct:if_list
82 next = *list;
89 list = it->next;
130 for (if_list* it = list; it != nullptr; it = it->next) {
138 for (if_list* it = list; it != nullptr; it = it->next) {
H A Dpthread_atfork.cpp36 atfork_t* next; member in struct:atfork_t
52 for (atfork_t* it = first_; it != nullptr; it = it->next) {
65 entry->next = nullptr;
68 entry->prev->next = entry;
82 it = it->next;
85 it = it->next;
93 entry->prev->next = entry->next;
95 first_ = entry->next;
98 if (entry->next !
[all...]
H A Dpthread_internal.h60 class pthread_internal_t* next; member in class:pthread_internal_t
H A Dsystem_properties.cpp648 context_node(context_node* next, const char* context, prop_area* pa) argument
649 : next(next), context_(strdup(context)), pa_(pa), no_access_(false) {
663 context_node* next; member in class:context_node
676 prefix_node(struct prefix_node* next, const char* prefix, context_node* context) argument
677 : prefix(strdup(prefix)), prefix_len(strlen(prefix)), context(context), next(next) {
685 struct prefix_node* next; member in struct:prefix_node
703 next_list = &(*next_list)->next;
712 list = list->next;
[all...]
/bionic/libc/dns/net/
H A Dgetaddrinfo.c211 struct res_target *next; member in struct:res_target
326 struct addrinfo *next; local
335 next = ai->ai_next;
340 ai = next;
370 * so checking for connectivity is the next best thing.
486 // struct addrinfo *ai_next; /* next structure in linked list */
1919 q.next = &q2;
1980 if (q.next) {
2153 for (t = target; t; t = t->next) {
2339 /* try next searc
[all...]
/bionic/libc/dns/resolv/
H A Dres_cache.c995 struct Entry* hlink; /* next in collision chain */
1220 struct pending_req_info* next; member in struct:pending_req_info
1235 struct resolv_cache_info* next; member in struct:resolv_cache_info
1251 // lock protecting everything in the _resolve_cache_info structs (next ptr, etc)
1262 ri = cache->pending_requests.next;
1266 ri = ri->next;
1273 cache->pending_requests.next = NULL;
1287 ri = (*cache)->pending_requests.next;
1295 ri = ri->next;
1303 prev->next
[all...]
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dbootparam.h14 *** Any manual change here will be lost the next time this script will
55 __u64 next; member in struct:setup_data
/bionic/libc/kernel/uapi/drm/
H A Ddrm.h14 *** Any manual change here will be lost the next time this script will
71 unsigned char next; member in struct:drm_tex_region
H A Di810_drm.h14 *** Any manual change here will be lost the next time this script will
146 unsigned char next, prev; member in struct:_drm_i810_tex_region
H A Dvia_drm.h14 *** Any manual change here will be lost the next time this script will
157 unsigned char next, prev; member in struct:_drm_via_tex_region
/bionic/libc/kernel/uapi/linux/
H A Ddm-ioctl.h14 *** Any manual change here will be lost the next time this script will
51 __u32 next; member in struct:dm_target_spec
64 __u32 next; member in struct:dm_name_list
69 __u32 next; member in struct:dm_target_versions
H A Dfd.h14 *** Any manual change here will be lost the next time this script will
219 struct floppy_raw_cmd * next; member in struct:floppy_raw_cmd
H A Dfutex.h14 *** Any manual change here will be lost the next time this script will
60 struct robust_list __user * next; member in struct:robust_list
H A Dromfs_fs.h14 *** Any manual change here will be lost the next time this script will
46 __be32 next; member in struct:romfs_inode
H A Dvideodev2.h14 *** Any manual change here will be lost the next time this script will
637 struct v4l2_clip __user * next; member in struct:v4l2_clip
H A Dvirtio_ring.h14 *** Any manual change here will be lost the next time this script will
39 __virtio16 next; member in struct:vring_desc
/bionic/libc/stdio/
H A Dglue.h44 struct glue *next; member in struct:glue
/bionic/libc/stdlib/
H A Datexit.c45 struct atexit *next; /* next in list */ member in struct:atexit
46 int ind; /* next index in this table */
113 p->next = __atexit;
147 for (p = __atexit; p != NULL; p = p->next) {
181 p = p->next;
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dquick_exit.c38 struct quick_exit_handler *next; member in struct:quick_exit_handler
62 h->next = handlers;
77 for (h = handlers; NULL != h; h = h->next)
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dpopen.c68 struct pid *next; member in struct:pid
131 for (old = pidlist; old; old = old->next)
178 cur->next = pidlist;
202 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next)
214 pidlist = cur->next;
216 last->next = cur->next;
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h88 struct evConn * next; member in struct:evConn
121 struct evFile * next; member in struct:evFile
142 struct evStream *prev, *next; member in struct:evStream
158 struct evWait * next; member in struct:evWait
165 struct evWaitList * next; member in struct:evWaitList
176 struct { struct evEvent_p *next; } free; member in struct:evEvent_p::__anon1030::__anon1036
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c109 const char *next; /* next character in RE */ local
182 #define PEEK() (*p->next)
183 #define PEEK2() (*(p->next+1))
184 #define MORE() (p->next < p->end)
185 #define MORE2() (p->next+1 < p->end)
190 #define NEXT() (p->next++)
191 #define NEXT2() (p->next += 2)
192 #define NEXTn(n) (p->next += (n))
193 #define GETNEXT() (*p->next
[all...]
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h150 * digits, each string is assigned to the next available sequence
475 struct Bigint *next; member in struct:Bigint

Completed in 478 milliseconds

12