Searched defs:callout (Results 1 – 2 of 2) sorted by relevance
1307 struct callout { struct1311 struct callout *c_next; argument1314 static struct callout *callout = NULL; /* Callout list */ variable
233 #define SET_PCRE_CALLOUT8(callout) \ argument320 #define SET_PCRE_CALLOUT16(callout) \ argument412 #define SET_PCRE_CALLOUT32(callout) \ argument537 #define SET_PCRE_CALLOUT(callout) \ argument770 #define SET_PCRE_CALLOUT(callout) \ argument2250 static int callout(pcre_callout_block *cb) in callout() function