BEA Logo BEA Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Documentation   |   FML Function Reference   |   Local Topics   |   Previous Topic   |   Next Topic   |   Contents

 


Fnum, Fnum32(3fml)

Name

Fnum(), Fnum32() - return count of all occurrences in buffer

Synopsis

#include <stdio.h> 
#include "fml.h"

FLDOCC
Fnum(FBFR *fbfr)

#include "fml32.h"

FLDOCC32
Fnum32(FBFR32 *fbfr)

Description

Fnum() returns the number of fields contained in the specified buffer. fbfr is a pointer to a fielded buffer. The FLD_FML32 and FLD_VIEW32 fields are each counted as a single field, regardless of the number of fields they contain.

Fnum32() is used with 32-bit FML.

A thread in a multithreaded application may issue a call to Fnum() or Fnum32() while running in any context state, including TPINVALIDCONTEXT.

Return Values

This function returns -1 on error and sets Ferror to indicate the error condition.

Errors

Under the following conditions, Fnum() fails and sets Ferror to:

[FALIGNERR]

"fielded buffer not aligned"
The buffer does not begin on the proper boundary.

[FNOTFLD]

"buffer not fielded"
The buffer is not a fielded buffer or has not been initialized by Finit().

See Also

Introduction to FML Functions, Foccur, Foccur32(3fml), Fpres, Fpres32(3fml)

 

back to top previous page next page