HomeSort by relevance Sort by last modified time
    Searched defs:callout (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
main.c 1307 struct callout { struct
1314 static struct callout *callout = NULL; \/* Callout list *\/ variable in typeref:struct:callout
    [all...]
  /external/pcre/dist/
pcretest.c 233 #define SET_PCRE_CALLOUT8(callout) \
234 pcre_callout = callout
320 #define SET_PCRE_CALLOUT16(callout) \
321 pcre16_callout = (int (*)(pcre16_callout_block *))callout
412 #define SET_PCRE_CALLOUT32(callout) \
413 pcre32_callout = (int (*)(pcre32_callout_block *))callout
537 #define SET_PCRE_CALLOUT(callout) \
539 SET_PCRE_CALLOUT32(callout); \
541 SET_PCRE_CALLOUT16(callout); \
543 SET_PCRE_CALLOUT8(callout)
2250 static int callout(pcre_callout_block *cb) function
    [all...]

Completed in 114 milliseconds