Home
last modified time | relevance | path

Searched defs:p (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/include/
Dpubdef.h46 #define FREE_AND_NIL(p) do {if (p) { delete (p); (p) = nullptr;}} while (0) argument
48 #define FREE_AND_NIL_ARRAY(p) do {if (p) {delete[] (p); (p) = nullptr;}} while (0) argument
Drefbase.h1058 inline sptr<T>::sptr(WeakRefCounter *p, bool /* force */) in sptr()
/commonlibrary/c_utils/base/src/
Dtimer_event_handler.cpp31 TimerEventHandler::TimerEventHandler(EventReactor* p, uint32_t timeout /* ms */, bool once) in TimerEventHandler()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dlinked_list.rs150 let mut p = head.next; in drain_filtered() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dstream.rs42 p: PhantomData<S>, field