Lines Matching refs:auth
77 const lws_ss_auth_t *auth;
413 * The auth map
416 auth = lws_ss_auth_get(context);
417 if (auth)
421 while (auth) {
423 purify_csymbol(auth->name, buf, sizeof(buf)));
429 printf("\t.name = \"%s\",\n", auth->name);
430 printf("\t.type= \"%s\",\n", auth->type);
431 printf("\t.streamtype = \"%s\",\n", auth->streamtype);
432 printf("\t.blob_index = %d,\n", auth->blob_index);
434 if (auth->next)
442 auth = auth->next;
482 if (pol->auth)
483 printf("\t.auth = &_ssau_%s,\n",
484 purify_csymbol(pol->auth->name, buf, sizeof(buf)));