OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_file_handler
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc
112
file_handler *
next_file_handler
;
member in struct:__anon21133
386
if (gdb_notifier.
next_file_handler
== NULL)
387
gdb_notifier.
next_file_handler
= gdb_notifier.first_file_handler;
389
curr_next = gdb_notifier.
next_file_handler
;
393
gdb_notifier.
next_file_handler
= curr_next->next_file;
395
if (gdb_notifier.
next_file_handler
== NULL)
396
gdb_notifier.
next_file_handler
= gdb_notifier.first_file_handler;
466
if (gdb_notifier.
next_file_handler
== file_ptr)
470
gdb_notifier.
next_file_handler
= NULL;
/src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc
112
file_handler *
next_file_handler
;
member in struct:__anon761
386
if (gdb_notifier.
next_file_handler
== NULL)
387
gdb_notifier.
next_file_handler
= gdb_notifier.first_file_handler;
389
curr_next = gdb_notifier.
next_file_handler
;
393
gdb_notifier.
next_file_handler
= curr_next->next_file;
395
if (gdb_notifier.
next_file_handler
== NULL)
396
gdb_notifier.
next_file_handler
= gdb_notifier.first_file_handler;
466
if (gdb_notifier.
next_file_handler
== file_ptr)
470
gdb_notifier.
next_file_handler
= NULL;
Completed in 16 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026