Searched refs:token_length (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c58 static int token_length(const char *s) function
544 data += token_length(data);
566 data += token_length(data);
614 data += token_length(data);
628 data += token_length(data);
/freebsd-10.0-release/sys/kgssapi/krb5/
H A Dkrb5_mech.c851 token_length(struct krb5_key_state *key) function
869 tlen = token_length(kc->kc_tokenkey);
1052 tlen = token_length(kc->kc_tokenkey);
1276 tlen = token_length(kc->kc_tokenkey);
1616 tlen = token_length(kc->kc_tokenkey);
/freebsd-10.0-release/contrib/libyaml/src/
H A Dyaml_private.h505 #define SCALAR_TOKEN_INIT(token,token_value,token_length,token_style,start_mark,end_mark) \
508 (token).data.scalar.length = (token_length), \

Completed in 88 milliseconds