Home
last modified time | relevance | path

Searched refs:do_section (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_debug.c152 do_section(ns_msg *handle, ns_sect section, int pflag, FILE *file) { in do_section() function
285 do_section(&handle, ns_s_qd, RES_PRF_QUES, file); in fp_nquery()
286 do_section(&handle, ns_s_an, RES_PRF_ANS, file); in fp_nquery()
287 do_section(&handle, ns_s_ns, RES_PRF_AUTH, file); in fp_nquery()
288 do_section(&handle, ns_s_ar, RES_PRF_ADD, file); in fp_nquery()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtexi2html.py1119 def do_section(self, args): member in TexinfoParser