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

  /external/toybox/toys/pending/
host.c 74 char *name, *nsname, rrname[256], plname[640], ptrbuf[64]; local
165 inet_ntop(rrt[type].af, p, plname, sizeof plname);
168 dn_expand(abuf, abuf+alen, p, plname, sizeof plname);
171 snprintf(plname, sizeof plname, "\"%.*s\"", pllen, p);
174 i = dn_expand(abuf, abuf+alen, p, plname, sizeof plname - 1);
175 strcat(plname, " ");
    [all...]
  /external/webrtc/webrtc/
common_types.h 291 char plname[RTP_PAYLOAD_NAME_SIZE]; member in struct:webrtc::CodecInst
299 (STR_CASE_CMP(plname, other.plname) == 0) &&
689 char plName[kPayloadNameSize];
717 (STR_CASE_CMP(plName, other.plName) == 0) &&

Completed in 234 milliseconds