Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dsv.c7008 const struct body_details *sv_type_details; local
7012 sv_type_details = &fake_hv_with_aux;
7016 sv_type_details = bodies_by_type + arena_index;
7022 if (sv_type_details->arena) {
7023 del_body(((char *)SvANY(sv) + sv_type_details->offset),
7026 else if (sv_type_details->body_size) {
14704 const struct body_details *sv_type_details local
14715 sv_type_details = &fake_hv_with_aux;
14717 new_body = new_NOARENA(sv_type_details);
14737 assert(sv_type_details->body_size);
[all …]