Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.4

spi_cursor_find(7)


SPI_cursor_find

SPI_cursor_find

NAME
SYNOPSIS
DESCRIPTION
ARGUMENTS
RETURN VALUE

NAME

SPI_cursor_find − find an existing cursor by name

SYNOPSIS

Portal SPI_cursor_find(const char * name)

DESCRIPTION

SPI_cursor_find finds an existing portal by name. This is primarily useful to resolve a cursor name returned as text by some other function.

ARGUMENTS

const char * name

name of the portal

RETURN VALUE

pointer to the portal with the specified name, or NULL if none was found



spi_cursor_find(7)