Home
last modified time | relevance | path

Searched refs:strbase (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dtlsauthentication.c124 const char *strbase = "Basic realm="; in ask_for_authentication() local
131 headervalue = malloc (strlen (strbase) + strlen (realm) + 1); in ask_for_authentication()
135 strcpy (headervalue, strbase); in ask_for_authentication()
159 const char *strbase = "Basic "; in is_authenticated() local
167 if (0 != strncmp (headervalue, strbase, strlen (strbase))) in is_authenticated()
184 (strcmp (headervalue + strlen (strbase), expected_b64) == 0); in is_authenticated()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Df_config.c191 if (id >= (devinfo->strbase + gi->str_count) && in fconfig_mkstrdesc()
192 id < (devinfo->strbase + devinfo->nstrings + gi->str_count)) in fconfig_mkstrdesc()
195 ret = com_dev->device[i].compdesc.mkstrdesc(id - devinfo->strbase - gi->str_count, buf); in fconfig_mkstrdesc()
325 int func_strbase = priv->device[i].compdesc.devinfo.strbase; in fconfig_mkcfgdesc()
H A Dusbd_config.c53 int strbase; member
740 info->devs[info->ndevices].devinfo.strbase = info->strbase; in func_inst_init()
742 info->strbase += info->devs[info->ndevices].devinfo.nstrings; in func_inst_init()
768 info.strbase = 0; in fconfig_composite_initialize()
H A Df_generic.c893 * strbase must be provided by board-specific logic in generic_get_composite_devdesc()
1064 dev->devinfo.strbase = 0; /* Offset to String Numbers */ in usbdev_generic_initialize_sub()
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbdev.h226 int strbase; /* Offset to String Numbers */ member
H A Df_dfu.c1226 dev->devinfo.strbase = 0; /* Offset to String Numbers */ in usbdev_dfu_initialize_sub()
H A Df_hid.c914 * strbase must be provided by board-specific logic in hid_get_composite_devdesc()
1012 dev->devinfo.strbase = 0; /* Offset to String Numbers */ in usbdev_hid_initialize_sub()
H A Df_uac.c941 * strbase must be provided by board-specific logic in uac_get_composite_devdesc()
1033 dev->devinfo.strbase = 0; /* Offset to String Numbers */ in usbdev_uac_initialize_sub()
H A Dcdcacm.c1910 * strbase must be provided by board-specific logic in cdcacm_get_composite_devdesc()
1945 dev->devinfo.strbase = 0; /* Offset to String Numbers */ in usbdev_cdcacm_initialize_sub()
H A Drndis.c2432 dev->devinfo.strbase = 0; /* Offset to String Numbers */ in usbdev_rndis_initialize_sub()
H A Df_uvc.c2806 * strbase must be provided by board-specific logic in uvc_get_composite_devdesc()
2898 dev->devinfo.strbase = 0; /* Offset to String Numbers */ in usbdev_uvc_initialize_sub()
H A Df_mass_storage.c1909 * strbase must be provided by board-specific logic in mass_get_composite_devdesc()
2003 dev->devinfo.strbase = 0; /* Offset to String Numbers */ in usbdev_mass_initialize_sub()

Completed in 19 milliseconds