Lines Matching refs:count

50 av, hv...) contains type and reference count information, as well as a
2737 /* if that shift count is out of range then Configure's test is
5297 Increment an SV's reference count. Use the C<SvREFCNT_inc()> wrapper
5314 Decrement an SV's reference count, and if it drops to zero, call
5600 Converts the value pointed to by offsetp from a count of UTF-8 chars from
5601 the start of the string, to a count of the equivalent number of bytes; if
5678 Converts the value pointed to by offsetp from a count of bytes from the
5679 start of the string, to a count of the equivalent number of UTF-8 chars.
6266 cnt = PerlIO_get_cnt(fp); /* get count into register */
6766 Creates a new null SV which is mortal. The reference count of the SV is
6812 Creates a new SV and copies a string into it. The reference count for the
6834 Creates a new SV and copies a string into it. The reference count for the
6950 The reference count for the SV is set to 1.
6968 Creates a new SV and copies an integer into it. The reference count for the
6988 The reference count for the SV is set to 1.
7006 Creates an RV wrapper for an SV. The reference count for the original
7696 reference count is 1.
7748 will have a reference count of 1, and the RV will be returned.
7777 will have a reference count of 1, and the RV will be returned.
7796 will have a reference count of 1, and the RV will be returned.
7815 will have a reference count of 1, and the RV will be returned.
7834 C<Nullch> to avoid the blessing. The new SV will have a reference count
7853 must be designated by its stash (see C<gv_stashpv()>). The reference count
7928 Unsets the RV status of the SV, and decrements the reference count of
7931 C<SV_IMMEDIATE_UNREF> to force the reference count to be decremented
7932 (otherwise the decrementing is conditional on the reference count being
7963 Unsets the RV status of the SV, and decrements the reference count of
9393 int count = r->data->count;
9395 Newc(0, d, sizeof(struct reg_data) + count*sizeof(void *),
9397 New(0, d->what, count, U8);
9399 d->count = count;
9400 for (i = 0; i < count; i++) {
11306 PL_curpm = proto_perl->Tcurpm; /* XXX No PMOP ref count */