Searched refs:closer (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dconnect.h70 void (*closer) (int, void *); member in struct:transport_implementation
H A Dconnect.c984 if (info && info->imp->closer)
985 info->imp->closer (fd, info->ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ui/
H A Dui.h275 a closer This function closes the session, maybe by closing
288 closer. Note that if you want to prompt from a terminal or other command
329 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
H A Dui_lib.c649 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui))
652 method->ui_close_session = closer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui.h262 a closer This function closes the session, maybe by closing
275 closer. Note that if you want to prompt from a terminal or other command
312 int UI_method_set_closer(UI_METHOD *method, int (*closer)(UI *ui));
H A Dui_lib.c684 int UI_method_set_closer(UI_METHOD *method, int (*closer)(UI *ui))
688 method->ui_close_session = closer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dui.h262 a closer This function closes the session, maybe by closing
275 closer. Note that if you want to prompt from a terminal or other command
312 int UI_method_set_closer(UI_METHOD *method, int (*closer)(UI *ui));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ui/
H A Dui.h275 a closer This function closes the session, maybe by closing
288 closer. Note that if you want to prompt from a terminal or other command
329 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
H A Dui_lib.c649 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui))
652 method->ui_close_session = closer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.cpp106 // Set timer so that zones closer to the root are processed earlier.
560 // otherwise, recurse in the closer-to-the-target subzone first
561 int closer = distance.GetBitNumber(m_level); local
562 m_subZones[closer]->GetClosestTo(maxType, target, distance, maxRequired, result, emptyFirst, inUse);
566 m_subZones[1-closer]->GetClosestTo(maxType, target, distance, maxRequired, result, false, inUse);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dcpu-freq.c96 static inline int closer(unsigned int target, unsigned int n, unsigned int c) function

Completed in 107 milliseconds