bool qSedFile ( Q_ENTRY entry,
const char *  filepath,
FILE *  fpout 
)

Perform text transformations on input file

Parameters:
entry arguments to be transformed
filepath socket descriptor
fpout output stream
Returns:
true if successful, otherwise returns false.
   <!--#include file="streamedit-header.html.in"-->
   <p>Hi <b>${NAME}</b>.
   <p>You got a really cool hobby.
   <br>I'm sure that your hobby, <b>${HOBBY}</b>, can give you more fun in your life time.
   <p>Bye :)
   <!--#include file="streamedit-tailer.html.in"-->

   Q_ENTRY *args = qEntryInit();
   args = qEntryPutStr(args, "${NAME}", "The qDecoder Project");
   args = qEntryPutStr(args, "${HOBBY}", "Open Source Project");
   qSedFile(args, "streamedit.html.in", stdout);
   qEntryFree(args);

Definition at line 141 of file qSed.c.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1