HomeSort by: relevance | last modified time | path
    Searched defs:find_endp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
scache.c 258 /* find_endp - find endpoint->session binding */
260 static void find_endp(ARGV *argv) function
265 msg_error("usage: find_endp endpoint");
328 "find_endp", find_endp, FLAG_NEED_CACHE,
scache.h 107 SCACHE_FIND_ENDP_FN find_endp; member in struct:SCACHE
121 (scache)->find_endp((scache), (endp_label), (endp_prop))
139 #define SCACHE_REQ_FIND_ENDP "find_endp"

Completed in 22 milliseconds