Lines Matching refs:metadata
56 rc_metadata_prefix="$0:$$:metadata:";
74 # metadata.
92 # Print a metadata line when we exit
126 # metadata message to the postprocessor every few seconds.
223 # ordinary data, followed by a line of metadata.
237 # a line of metadata that would have prevented us from getting
279 # $1 is a string containing metadata from the rc_real_work()
286 local metadata="$1"
291 # given metadata="bleep:foo bar:baz",
295 keyword="${metadata%%:*}"
296 args="${metadata#*:}"
340 # Unlike most metadata messages, which should be used
379 # an unrecognised line of metadata
380 rc_log_message "[metadata:${metadata}]"