HomeSort by relevance Sort by last modified time
    Searched defs:questions (Results 1 - 8 of 8) sorted by null

  /external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java 100 Set<DNSQuestion> questions = new HashSet<DNSQuestion>(); local
105 // Answer questions
113 questions.add(question);
137 for (DNSQuestion question : questions) {
  /external/ppp/pppd/plugins/pppoatm/
ans.c 47 int questions,answers; local
58 questions = GET16(answer+4);
59 if (questions != 1) return TRY_OTHER; /* trouble ... */
  /external/chromium/third_party/libevent/
evdns.h 476 struct evdns_server_question **questions; member in struct:evdns_server_request
evdns.c 284 /* Caller-visible fields: flags, questions. */
819 u16 trans_id, questions, answers, authority, additional, datalength; local
828 GET16(questions);
869 for (i = 0; i < questions; ++i) {
964 u16 trans_id, flags, questions, answers, authority, additional; local
970 GET16(questions);
988 server_req->base.questions = malloc(sizeof(struct evdns_server_question *) * questions);
989 if (server_req->base.questions == NULL)
992 for (i = 0; i < questions; ++i)
    [all...]
  /external/srec/srec/include/
srec_arb.h 94 srec_question* questions; member in struct:__anon15481
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 103 is the index into the questions*/
136 LQUESTION **questions; member in struct:LTS
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 67 static SWIsltsResult free_lquestions(LQUESTION ** questions, int num_questions);
76 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_questions, LM *lm);
182 LQUESTION ** questions; local
188 pfprintf(PSTDOUT,"loading %d questions\n", num_questions);
191 *pquestions = questions = (LQUESTION**) lts_alloc(num_questions, sizeof(LQUESTION*));
192 if (questions == NULL) {
198 questions[i] = (LQUESTION*) lts_alloc(1, sizeof(LQUESTION));
199 if (questions[i] == NULL) {
208 PORT_FREAD_CHAR(&(questions[i]->type), sizeof(char), 1, fp);
209 PORT_FREAD_CHAR(&(questions[i]->num_list), sizeof(char), 1, fp)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 

Completed in 705 milliseconds