Searched defs:ending (Results 1 – 4 of 4) sorted by relevance
40 struct ending { struct41 uint8_t length;42 uint8_t next[0];
110 int ending = pcb_data->stop_thread; in async_callback_thread_fct() local
117 int ending = pcb_data->stop_thread; in async_callback_thread_fct() local
117 static bool ends_with(const string& str, const string& ending) { in ends_with()