HomeSort by: relevance | last modified time | path
    Searched defs:next_key (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/sldns/
str2wire.c 1320 char* next_key; local
1341 if (!(next_key = strchr(val, ','))) {
1352 svcparamkey = sldns_str2wire_svcparam_key_lookup(val, next_key - val);
1363 val_len -= next_key - val + 1;
1364 val = next_key + 1; /* skip the comma */
  /src/external/mit/isl/dist/
isl_ast.c 2642 static __isl_give char *next_key(__isl_keep isl_stream *s) function
2669 str = next_key(s);
3385 key = next_key(s);

Completed in 27 milliseconds