Home | History | Annotate | Download | only in server

Lines Matching refs:sessionid

58 			  const char *sessionid, const char *pw,
70 sessionid, user ? user : "", realm ? realm : "",
87 const char *realm, const char *sessionid,
94 pw, sessionid, user, realm);
107 const char *realm, const char *sessionid,
118 str, sessionid, user, realm);
131 static void db_add_session_devinfo(struct hs20_svc *ctx, const char *sessionid,
141 str, sessionid);
155 const char *sessionid,
165 str, sessionid);
180 const char *sessionid)
186 "id=%Q", sessionid);
190 user, realm, sessionid);
205 const char *sessionid, const char *notes,
214 user_buf = db_get_session_val(ctx, NULL, NULL, sessionid,
217 realm_buf = db_get_session_val(ctx, NULL, NULL, sessionid,
223 "(user,realm,sessionid,timestamp,notes,dump,addr)"
227 user, realm, sessionid, notes,
243 const char *sessionid, const char *notes,
252 hs20_eventlog(ctx, user, realm, sessionid, notes, str);
616 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", session_id);
1637 debug_print(ctx, 1, "requestReason: %s sessionID: %s redirectURI: %s",
1853 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", session_id);
1906 "sessionid=%Q AND (user='' OR user IS NULL)",
2010 debug_print(ctx, 1, "sppUpdateResponse: sppStatus: %s sessionID: %s",
2016 "No session active for user: %s sessionID: %s",
2166 * We may not be able to extract the sessionID from invalid
2171 "sessionID");
2186 "sessionID");
2189 debug_print(ctx, 1, "Received sessionID %s", session_id);
2198 debug_print(ctx, 1, "Failed to generate sessionID");
2201 debug_print(ctx, 1, "Generated sessionID %s", session_id);