Home
last modified time | relevance | path

Searched defs:callout (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Dmain.c1307 struct callout { struct
1311 struct callout *c_next; argument
1314 static struct callout *callout = NULL; /* Callout list */ variable
/external/pcre/dist/
Dpcretest.c233 #define SET_PCRE_CALLOUT8(callout) \ argument
320 #define SET_PCRE_CALLOUT16(callout) \ argument
412 #define SET_PCRE_CALLOUT32(callout) \ argument
537 #define SET_PCRE_CALLOUT(callout) \ argument
770 #define SET_PCRE_CALLOUT(callout) \ argument
2250 static int callout(pcre_callout_block *cb) in callout() function