HomeSort by relevance Sort by last modified time
    Searched defs:name_token (Results 1 - 4 of 4) 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/lldb/source/API/
SBTypeCategory.cpp 349 void *name_token = (void*)ConstString(type_name.GetName()).GetCString(); local
365 if (interpreter_ptr->GenerateTypeScriptFunction(input, output, name_token) && !output.empty())
457 void *name_token = (void*)ConstString(type_name.GetName()).GetCString(); local
473 if (interpreter_ptr->GenerateTypeSynthClass(input, output, name_token) && !output.empty())
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 711 io::Tokenizer::Token name_token = input_->current(); local
750 location.StartAt(name_token);
751 location.EndAt(name_token);
760 location.StartAt(name_token);
761 location.EndAt(name_token);
768 AddError(name_token.line, name_token.column,
    [all...]
  /external/v8/src/
preparser.h 1950 Token::Value name_token = peek(); local
    [all...]

Completed in 1226 milliseconds