Searched refs:type_len (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dfiles.h147 size_t type_len
H A Dchkichar.c386 int type_len; /* Length of type name */ local
443 type_len = strlen(type_name);
445 if (type_len > max_len)
H A Dfiles.c363 size_t type_len /*[i] len of type */
478 strlcpy(type, &pn[ext_start], type_len);
H A Dchecker.c4843 int type_len; /* Length of type name */
4854 type_len = strlen(type_name);
4859 if (type_len > max_len)
4870 type_len = strlen(type_name);
4876 && type_len > max_len
4884 && type_len > max_len
4893 && type_len > max_len
4909 && type_len > max_len
4926 && type_len > max_len
4934 && type_len > max_le
4823 int type_len; /* Length of type name */ local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkeytab.c169 keytab_name(const char *name, const char **type, size_t *type_len) argument
185 *type_len = strlen(*type);
189 *type_len = residual - name;
218 size_t type_len; local
221 residual = keytab_name(name, &type, &type_len);
224 if(strncasecmp(type, context->kt_types[i].prefix, type_len) == 0)
230 (int)type_len, type);
/macosx-10.10/apache-793/httpd/modules/http/
H A Dmod_mime.c104 apr_size_t type_len; member in struct:__anon6260
589 ctp->type_len = cp - ctp->type;
944 char *base_content_type = apr_palloc(r->pool, ctp->type_len +
948 memcpy(tmp, ctp->type, ctp->type_len);
949 tmp += ctp->type_len;
/macosx-10.10/apache-793/httpd/server/
H A Dprotocol.c113 apr_size_t type_len; local
128 type_len = strlen(type);
130 if (apr_strmatch(charset_pattern, type, type_len) != NULL) {
140 if (apr_strmatch(*pcset, type, type_len) != NULL) {
143 concat[0].iov_len = type_len;
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_mime_magic.c671 type_len, /* content type length */ local
691 type_frag = type_pos = type_len = 0;
735 type_len++;
745 type_len = 1;
751 type_len++;
788 tmp = rsl_strdup(r, type_frag, type_pos, type_len);
/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_milter.c1408 size_t type_len; local
1425 || (type_len = strcspn(arg_val = arg + 6, ";")) == 0
1426 || (arg_val)[type_len] != ';'
1429 "%.*s;", (int) type_len,
1431 arg_val + type_len + 1) == 0) {

Completed in 190 milliseconds