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

  /src/lib/libtelnet/
auth.c 440 auth_reply(unsigned char *data, int cnt) function
  /xsrc/external/mit/xf86-video-intel/dist/xvmc/
intel_xvmc.c 114 xcb_dri2_authenticate_reply_t *auth_reply; local
167 auth_reply = xcb_dri2_authenticate_reply(c, auth_cookie, NULL);
168 if (!auth_reply) {
172 free(auth_reply);
  /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
intel_xvmc.c 114 xcb_dri2_authenticate_reply_t *auth_reply; local
167 auth_reply = xcb_dri2_authenticate_reply(c, auth_cookie, NULL);
168 if (!auth_reply) {
172 free(auth_reply);

Completed in 22 milliseconds