Home
last modified time | relevance | path

Searched refs:resource_len (Results 1 – 19 of 19) sorted by relevance

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/jabber/
H A Djutil.c62 int resource_len = 0; in jabber_idn_validate() local
75 resource_len = null - (slash + 1); in jabber_idn_validate()
85 resource_len = null - (slash + 1); in jabber_idn_validate()
95 if (resource && resource_len > 1023) in jabber_idn_validate()
152 strncpy(idn_buffer, resource, resource_len); in jabber_idn_validate()
153 idn_buffer[resource_len] = '\0'; in jabber_idn_validate()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/jabber/
H A Djutil.c62 int resource_len = 0; in jabber_idn_validate() local
75 resource_len = null - (slash + 1); in jabber_idn_validate()
85 resource_len = null - (slash + 1); in jabber_idn_validate()
95 if (resource && resource_len > 1023) in jabber_idn_validate()
152 strncpy(idn_buffer, resource, resource_len); in jabber_idn_validate()
153 idn_buffer[resource_len] = '\0'; in jabber_idn_validate()
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/jabber/
H A Djutil.c62 int resource_len = 0; in jabber_idn_validate() local
75 resource_len = null - (slash + 1); in jabber_idn_validate()
85 resource_len = null - (slash + 1); in jabber_idn_validate()
95 if (resource && resource_len > 1023) in jabber_idn_validate()
152 strncpy(idn_buffer, resource, resource_len); in jabber_idn_validate()
153 idn_buffer[resource_len] = '\0'; in jabber_idn_validate()
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DResConfig.c961 unsigned long resource_len; in _XtResourceConfigurationEH() local
963 resource_len = strtoul(data, &data_ptr, 10); in _XtResourceConfigurationEH()
967 data_value = data_ptr + resource_len; in _XtResourceConfigurationEH()
981 fprintf(stderr, "resource_len=%lu\n", resource_len); in _XtResourceConfigurationEH()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/gma500/
H A Dpsb_drv.c231 unsigned long resource_start, resource_len; in psb_driver_load() local
275 resource_len = pci_resource_len(dev_priv->aux_pdev, in psb_driver_load()
278 resource_len); in psb_driver_load()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/gma500/
H A Dpsb_drv.c231 unsigned long resource_start, resource_len; in psb_driver_load() local
275 resource_len = pci_resource_len(dev_priv->aux_pdev, in psb_driver_load()
278 resource_len); in psb_driver_load()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/gma500/
H A Dpsb_drv.c231 unsigned long resource_start, resource_len; in psb_driver_load() local
275 resource_len = pci_resource_len(dev_priv->aux_pdev, in psb_driver_load()
278 resource_len); in psb_driver_load()
/dports/net-p2p/shx/shx-0.2.4/include/
H A Dhfs.h136 extern size_t resource_len (const char *path);
/dports/devel/libzim/libzim-6.3.2/scripts/
H A Dlibzim-compile-resources83 resource_len=len(self.data),
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/scripts/
H A Dkiwix-compile-resources83 resource_len=len(self.data),
/dports/graphics/xsane/xsane-d01b4089ce6778e76fa86a0410d4e80cf6eb819e/src/
H A Dxsane-front-gtk.c498 int resource_len; in xsane_authorization_callback() local
512 resource_len = strstr(resource, "$MD5$") - resource; in xsane_authorization_callback()
517 resource_len = strlen(resource); in xsane_authorization_callback()
519 resource_string = alloca(resource_len+1); in xsane_authorization_callback()
520 snprintf(resource_string, resource_len+1, "%s", resource); in xsane_authorization_callback()
/dports/sysutils/fusefs-s3backer/s3backer-1.5.4/
H A Dhttp_io.c2033 size_t resource_len; in http_io_add_auth2() local
2086 resource_len = (qmark = strchr(resource, '?')) != NULL ? qmark - resource : strlen(resource); in http_io_add_auth2()
2091 HMAC_Update(hmac_ctx, (const u_char *)resource, resource_len); in http_io_add_auth2()
2093 …(sigbuf), sizeof(sigbuf) - strlen(sigbuf), "/%s%.*s", config->bucket, (int)resource_len, resource); in http_io_add_auth2()
/dports/net-p2p/shx/shx-0.2.4/src/hfs/
H A Dhfs.c191 resource_len (const char *path) in resource_len() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic79xx.h903 uint8_t resource_len[2]; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Daic79xxvar.h925 uint8_t resource_len[2]; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic79xx.h903 uint8_t resource_len[2]; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic79xx.h903 uint8_t resource_len[2]; member
/dports/net-p2p/shx/shx-0.2.4/src/
H A Dhx_commands.c3936 rsrc_size = resource_len(htxf->path);
4901 htxf->rsrc_size = resource_len(htxf->path);
5153 rsrc_size = resource_len(lpath);
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibwndws.c6076 size_t resource_len = Nlm_StringLen( _resource ); in Nlm_XrmGetResource1() local
6077 size_t len = basename_len + resource_len + 2; in Nlm_XrmGetResource1()