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

/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dhandler.c147 syck_xprivate( char *type_id, int type_len )
149 char *uri = S_ALLOC_N( char, type_len + 14 );
152 strncat( uri, type_id, type_len );
157 syck_taguri( const char *domain, const char *type_id, int type_len )
159 char *uri = S_ALLOC_N( char, strlen( domain ) + type_len + 14 );
164 strncat( uri, type_id, type_len );
/macosx-10.9.5/dcerpc-58/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.9.5/Heimdal-323.92.1/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.9.5/apache-786.1/httpd/modules/http/
H A Dmod_mime.c104 apr_size_t type_len; member in struct:__anon5990
589 ctp->type_len = cp - ctp->type;
925 char *base_content_type = apr_palloc(r->pool, ctp->type_len +
929 memcpy(tmp, ctp->type, ctp->type_len);
930 tmp += ctp->type_len;
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dprotocol.c110 apr_size_t type_len; local
126 type_len = strlen(type);
128 if (apr_strmatch(charset_pattern, type, type_len) != NULL) {
138 if (apr_strmatch(*pcset, type, type_len) != NULL) {
141 concat[0].iov_len = type_len;
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_mime_magic.c671 type_len, /* content type length */ local
690 type_frag = type_pos = type_len = 0;
734 type_len++;
744 type_len = 1;
750 type_len++;
790 tmp = rsl_strdup(r, type_frag, type_pos, type_len);

Completed in 210 milliseconds