Lines Matching refs:This

70 This simply passes the C representation of the Perl variable (an SV*)
71 in and out of the XS layer. This can be used if the C code wants
203 A signed integer. This is cast to the required integer type when
218 A signed integer. This typemap converts the Perl value to a native
245 A boolean type. This can be used to pass true and false values to and
260 This is for unsigned integers. It is equivalent to using T_UV
266 Short integers. This is equivalent to T_IV but explicitly casts
272 Unsigned short integers. This is equivalent to T_UV but explicitly
291 Long integers. This is equivalent to T_IV but explicitly casts
297 Unsigned long integers. This is equivalent to T_UV but explicitly
345 A floating point number. This typemap guarantees to return a variable
376 A double precision floating point number. This typemap guarantees to
435 reference to that scalar is returned to the caller. This can be used
471 This allows the pointer to be used as an object. Most commonly used to
566 This can be used to store bytes in the string component of the
572 length() will report a value of 8). This entry is similar to T_OPAQUE.
577 This entry can be used to store a C structure (the number
636 This can be used to store data from non-pointer types in the string
677 RETVAL to an SV and push it onto the stack. This is only really useful
683 This is similar to using T_OPAQUEPTR but can be used to process more than
722 This is used to convert the perl argument list to a C array
742 array. This is used to determine how many elements should be pushed
743 onto the return argument stack. This is not required on input since
761 # using PPCODE. This means that only the first element
784 This is used for passing perl filehandles to and from C using
828 This is used for passing perl filehandles to and from C using