Lines Matching refs:field
7 Print the field content.
24 These functions print recorded field's data, according to the field's type.
27 the _field_ and prints it into _s_, according to the field type.
29 The _tep_print_fields()_ prints each field name followed by the record's field
30 value according to the field's type:
38 The _tep_print_num_field()_ function prints a numeric field with given format
39 string. A search is performed in the _event_ for a field with _name_. If such
40 field is found, its value is extracted from the _record_ and is printed in the
44 The _tep_print_func_field()_ function prints a function field with given format
45 string. A search is performed in the _event_ for a field with _name_. If such
46 field is found, its value is extracted from the _record_. The value is assumed
82 /* Print the value of "expires" field with custom format string */
85 /* Print the address and the name of "function" field with custom format string */