Searched refs:do_section (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_debug.c | 152 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/ |
D | texi2html.py | 1119 def do_section(self, args): member in TexinfoParser
|