Lines Matching refs:result

73     SV *result = Nullsv;
107 result = POPs;
111 result = &PL_sv_undef;
117 return result;
149 SV *result;
155 result = PerlIOVia_method(aTHX_ f, MYMethod(PUSHED), G_SCALAR,
157 if (result) {
158 if (sv_isobject(result)) {
159 s->obj = SvREFCNT_inc(result);
162 else if (SvIV(result) != 0)
163 return SvIV(result);
170 result = PerlIOVia_method(aTHX_ f, MYMethod(UTF8), G_SCALAR, modesv, Nullsv);
171 if (result && SvTRUE(result)) {
219 SV *result = Nullsv;
222 result =
230 result =
235 result =
240 if (result) {
241 if (sv_isobject(result))
242 s->obj = SvREFCNT_inc(result);
243 else if (!SvTRUE(result)) {
329 SV *result =
331 if (result && SvIV(result) != 0)
332 code = SvIV(result);
341 SV *result =
343 return (result) ? SvIV(result) : PerlIO_fileno(PerlIONext(f));
350 SV *result =
352 if (!result || !SvOK(result)) {
356 return SvIV(result);
366 SV *result =
370 if (result)
371 return (Off_t) SvIV(result);
375 return (result) ? SvIV(result) : -1;
383 SV *result =
385 return (result)
386 ? (SvNOK(result) ? (Off_t)SvNV(result) : (Off_t)SvIV(result))
395 SV *result =
397 if (result)
398 return (SSize_t) SvIV(result);
416 SV *result =
419 if (result) {
420 rd = (SSize_t) SvIV(result);
435 SV *result =
439 if (result)
440 return (SSize_t) SvIV(result);
451 SV *result =
457 if (result && SvOK(result)) {
459 char *p = SvPV(result, len);
474 SV *result =
480 return (result) ? SvIV(result) : 0;
558 SV *result =
560 return (result) ? SvIV(result) : PerlIOBase_error(aTHX_ f);
567 SV *result =
569 return (result) ? SvIV(result) : PerlIOBase_eof(aTHX_ f);