OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:name_token
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
gssapi.c
159
gss_buffer_desc
name_token
;
local
167
name_token
.length = asprintf(&buf, "%s@%s", GSSAPI_DEF_NAME, name);
168
name_token
.value = buf;
170
maj_stat = gss_import_name(&min_stat, &
name_token
,
174
maj_stat = gss_release_buffer(&min_stat, &
name_token
);
176
gssapi_error(min_stat, LOCATION, "release
name_token
");
179
maj_stat = gss_release_buffer(&min_stat, &
name_token
);
181
gssapi_error(min_stat, LOCATION, "release
name_token
");
278
gss_buffer_desc empty,
name_token
;
local
296
name_token
.length = iph1->approval->gssid->l
349
gss_buffer_desc
name_token
;
local
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
parser.cc
461
io::Tokenizer::Token
name_token
= input_->current();
local
480
name_token
.line,
name_token
.column);
486
AddError(
name_token
.line,
name_token
.column,
[
all
...]
/external/chromium/testing/gmock/scripts/generator/cpp/
ast.py
[
all
...]
Completed in 364 milliseconds