Home
last modified time | relevance | path

Searched refs:label_ptrs (Results 1 – 19 of 19) sorted by relevance

/dports/net/py-dpkt/dpkt-1.9.6/dpkt/
H A Ddns.py67 def pack_name(name, off, label_ptrs): argument
77 ptr = label_ptrs.get(key)
82 label_ptrs[key] = ptr
255 def pack_rdata(self, off, label_ptrs): argument
262 return pack_name(self.nsname, off, label_ptrs)
264 return pack_name(self.cname, off, label_ptrs)
266 return pack_name(self.ptrname, off, label_ptrs)
276 pack_name(self.mxname, off + 2, label_ptrs)
339 name = pack_name(rr.name, len(buf), self.label_ptrs)
377 self.label_ptrs = {}
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DPCCTSAST.cpp458 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
468 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
469 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
472 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
473 *(label_ptrs[i-1]) = NULL; in ast_scan()
478 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
481 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/devel/cccc/cccc-3.1.6/pccts/h/
H A DPCCTSAST.cpp458 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
468 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
469 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
472 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
473 *(label_ptrs[i-1]) = NULL; in ast_scan()
478 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
481 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/sysutils/cdrdao/cdrdao-1.2.4/pccts/h/
H A DPCCTSAST.cpp472 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
482 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
483 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
486 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
487 *(label_ptrs[i-1]) = NULL; in ast_scan()
492 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
495 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp472 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
482 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
483 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
486 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
487 *(label_ptrs[i-1]) = NULL; in ast_scan()
492 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
495 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp472 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
482 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
483 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
486 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
487 *(label_ptrs[i-1]) = NULL; in ast_scan()
492 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
495 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp472 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
482 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
483 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
486 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
487 *(label_ptrs[i-1]) = NULL; in ast_scan()
492 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
495 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp472 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
482 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
483 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
486 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
487 *(label_ptrs[i-1]) = NULL; in ast_scan()
492 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
495 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp472 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
482 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
483 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
486 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
487 *(label_ptrs[i-1]) = NULL; in ast_scan()
492 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
495 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp472 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
482 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
483 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
486 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
487 *(label_ptrs[i-1]) = NULL; in ast_scan()
492 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
495 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp472 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
482 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
483 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
486 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
487 *(label_ptrs[i-1]) = NULL; in ast_scan()
492 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
495 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp472 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
482 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
483 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
486 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
487 *(label_ptrs[i-1]) = NULL; in ast_scan()
492 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
495 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp472 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
482 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
483 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
486 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
487 *(label_ptrs[i-1]) = NULL; in ast_scan()
492 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
495 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp472 PCCTS_AST ***label_ptrs=NULL; in ast_scan() local
482 label_ptrs = (PCCTS_AST ***) calloc(n, sizeof(PCCTS_AST **)); in ast_scan()
483 require(label_ptrs!=NULL, "scan: out of memory"); in ast_scan()
486 label_ptrs[i-1] = va_arg(ap, PCCTS_AST **); in ast_scan()
487 *(label_ptrs[i-1]) = NULL; in ast_scan()
492 scanmatch(tmpl, label_ptrs, &found); in ast_scan()
495 free( (char *) label_ptrs); // MR1 in ast_scan()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
H A Dastlib.c586 SORAST ***label_ptrs=NULL; in ast_scan() local
605 label_ptrs = (SORAST ***) calloc(n, sizeof(SORAST **)); in ast_scan()
606 require(label_ptrs!=NULL, "ast_scan: out of memory"); in ast_scan()
609 label_ptrs[i-1] = va_arg(ap, SORAST **); in ast_scan()
610 *(label_ptrs[i-1]) = NULL; in ast_scan()
615 ast_scanmatch(t, tree, label_ptrs, &found); in ast_scan()
618 free(label_ptrs); in ast_scan()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-array-gen.cc164 std::vector<Label*> label_ptrs; in GenerateIteratingTypedArrayBuiltinBody() local
166 label_ptrs.push_back(&label); in GenerateIteratingTypedArrayBuiltinBody()
175 label_ptrs.data(), labels.size()); in GenerateIteratingTypedArrayBuiltinBody()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-array-gen.cc164 std::vector<Label*> label_ptrs; in GenerateIteratingTypedArrayBuiltinBody() local
166 label_ptrs.push_back(&label); in GenerateIteratingTypedArrayBuiltinBody()
175 label_ptrs.data(), labels.size()); in GenerateIteratingTypedArrayBuiltinBody()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-array-gen.cc162 std::vector<Label*> label_ptrs; in GenerateIteratingTypedArrayBuiltinBody() local
164 label_ptrs.push_back(&label); in GenerateIteratingTypedArrayBuiltinBody()
173 label_ptrs.data(), labels.size()); in GenerateIteratingTypedArrayBuiltinBody()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-array-gen.cc534 std::vector<Label*> label_ptrs; in GenerateIteratingTypedArrayBuiltinBody() local
536 label_ptrs.push_back(&label); in GenerateIteratingTypedArrayBuiltinBody()
550 label_ptrs.data(), labels.size()); in GenerateIteratingTypedArrayBuiltinBody()