Home
last modified time | relevance | path

Searched refs:NYTP_write_attribute_string (Results 1 – 3 of 3) sorted by path

/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/
H A DFileHandle.h99 size_t NYTP_write_attribute_string(NYTP_file ofile,
H A DFileHandle.xs933 NYTP_write_attribute_string(NYTP_file ofile, in NYTP_write_attribute_string() function
953 return NYTP_write_attribute_string(ofile, key, key_len, buffer, len); in NYTP_write_attribute_unsigned()
964 return NYTP_write_attribute_string(ofile, key, key_len, buffer, len); in NYTP_write_attribute_signed()
974 return NYTP_write_attribute_string(ofile, key, key_len, buffer, len); in NYTP_write_attribute_nv()
1414 RETVAL = NYTP_write_attribute_string(handle, key_p, key_len, value_p, value_len);
H A DNYTProf.xs590 NYTP_write_attribute_string(out, STR_WITH_LEN("application"), argv0, len); in output_header()
592 NYTP_write_attribute_string(out, STR_WITH_LEN("perl_version"), version, sizeof(version) - 1); in output_header()
595 NYTP_write_attribute_string(out, STR_WITH_LEN("xs_version"), STR_WITH_LEN(XS_VERSION)); in output_header()