diff options
author | Karl Williamson <khw@cpan.org> | 2022-05-12 15:14:37 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-05-12 15:22:26 -0600 |
commit | 991f482c23e11e1104a702f1b819b5311f921ee5 (patch) | |
tree | 3f20d279674a533ed2179fb8f901e227035b9d2c /embed.fnc | |
parent | 9d663ab6ea2ef13d5c222859dc58bde7d3ec5118 (diff) | |
download | perl-991f482c23e11e1104a702f1b819b5311f921ee5.tar.gz |
perlapi: Document and make intern hv.c fcns
These similar functions all have macro front ends which should be used
instead.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3522,10 +3522,10 @@ Apod |void |hv_assert |NN HV *hv ApdR |SV* |hv_scalar |NN HV *hv p |void |hv_pushkv |NN HV *hv|U32 flags ApdRx |SV* |hv_bucket_ratio|NN HV *hv -ApoR |I32* |hv_riter_p |NN HV *hv -ApoR |HE** |hv_eiter_p |NN HV *hv -Apo |void |hv_riter_set |NN HV *hv|I32 riter -Apo |void |hv_eiter_set |NN HV *hv|NULLOK HE *eiter +CpdoR |I32* |hv_riter_p |NN HV *hv +CpdoR |HE** |hv_eiter_p |NN HV *hv +Cpdo |void |hv_riter_set |NN HV *hv|I32 riter +Cpdo |void |hv_eiter_set |NN HV *hv|NULLOK HE *eiter Ap |void |hv_rand_set |NN HV *hv|U32 new_xhv_rand Ap |void |hv_name_set |NN HV *hv|NULLOK const char *name|U32 len|U32 flags pd |void |hv_ename_add |NN HV *hv|NN const char *name|U32 len \ @@ -3539,8 +3539,8 @@ pox |void |hv_kill_backrefs |NN HV *hv #endif Apd |void |hv_clear_placeholders |NN HV *hv XpoR |SSize_t*|hv_placeholders_p |NN HV *hv -ApoR |I32 |hv_placeholders_get |NN const HV *hv -Apo |void |hv_placeholders_set |NN HV *hv|I32 ph +CpdoR |I32 |hv_placeholders_get |NN const HV *hv +Cpdo |void |hv_placeholders_set |NN HV *hv|I32 ph : This is indirectly referenced by globals.c. This is somewhat annoying. p |SV* |magic_scalarpack|NN HV *hv|NN MAGIC *mg |