/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
res_debug.c | 152 do_section(ns_msg *handle, ns_sect section, int pflag, FILE *file) {
function 285 do_section(&handle, ns_s_qd, RES_PRF_QUES, file);
286 do_section(&handle, ns_s_an, RES_PRF_ANS, file);
287 do_section(&handle, ns_s_ns, RES_PRF_AUTH, file);
288 do_section(&handle, ns_s_ar, RES_PRF_ADD, file);
|
/bionic/libc/dns/resolv/ |
res_debug.c | 149 do_section(const res_state statp, function 341 do_section(statp, &handle, ns_s_qd, RES_PRF_QUES, file); 342 do_section(statp, &handle, ns_s_an, RES_PRF_ANS, file); 343 do_section(statp, &handle, ns_s_ns, RES_PRF_AUTH, file); 344 do_section(statp, &handle, ns_s_ar, RES_PRF_ADD, file); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
texi2html.py | 1119 def do_section(self, args): member in class:TexinfoParser [all...] |