Clearsilver-Dev
- cBroadcast(3) cBroadcast - broadcast signal to all waiting threads.
- cCreate(3) cCreate - initialize a condition variable.
- cDestroy(3) cDestroy - destroy a condition variable.
- cgi_cookie_authority(3) cgi_cookie_authority - determine the cookie authority for a domain
- cgi_cookie_clear(3) cgi_cookie_clear - clear browser cookie
- cgi_cookie_set(3) cgi_cookie_set - Set a browser Cookie
- cgi_cs_init(3) cgi_cs_init - initialize CS parser with the CGI defaults
- cgi_debug_init(3) cgi_debug_init - initialize standalone debugging
- cgi_destroy(3) cgi_destroy - deallocate the data associated with a CGI
- cgi_display(3) cgi_display - render and display the CGI output to the user
- cgi_error(3) cgi_error - display an error string to the user
- cgi_filehandle(3) cgi_filehandle - return a file pointer to an uploaded file
- cgi_init(3) cgi_init - Initialize ClearSilver CGI environment
- cgi_neo_error(3) cgi_neo_error - display a NEOERR call backtrace
- cgi_output(3) cgi_output - display the CGI output to the user
- cgi_parse(3) cgi_parse - Parse incoming CGI data
- cgi_redirect_uri(3) cgi_redirect_uri - send an HTTP 302 redirect response
- cgi_redirect(3) cgi_redirect - send an HTTP 302 redirect response
- cgi_register_parse_cb(3) cgi_register_parse_cb - Register a parse callback
- cgi_url_escape_more(3) cgi_url_escape_more - url escape a string
- cgi_url_escape(3) cgi_url_escape - url escape a string
- cgi_url_unescape(3) cgi_url_unescape - unescape an url encoded string
- cgi_url_validate(3) cgi_url_validate - validate that url is of an allowed format
- cgi_vredirect(3) cgi_vredirect - send an HTTP 302 redirect response
- cgiwrap_getenv(3) cgiwrap_getenv - the wrapper for getenv
- cgiwrap_init_emu(3) cgiwrap_init_emu - initialize cgiwrap for emulated use
- cgiwrap_init_std(3) cgiwrap_init_std - Initialize cgiwrap with default functions
- cgiwrap_iterenv(3) cgiwrap_iterenv - iterater for env vars
- cgiwrap_putenv(3) cgiwrap_putenv - wrap the putenv call
- cgiwrap_read(3) cgiwrap_read - cgiwrap input function
- cgiwrap_write(3) cgiwrap_write - wrapper for the fwrite(stdout)
- cgiwrap_writef(3) cgiwrap_writef - a wrapper for printf
- cgiwrap_writevf(3) cgiwrap_writevf - a wrapper for vprintf
- cs_destroy(3) cs_destroy - clean up and dealloc a parse tree
- cs_dump(3) cs_dump - dump the cs parse tree
- cs_init(3) cs_init - create and initialize a CS context
- cs_parse_file(3) cs_parse_file - parse a CS template file
- cs_parse_string(3) cs_parse_string - parse a CS template string
- cs_register_esc_strfunc(3) cs_register_esc_strfunc - cs_register_strfunc with escaping context
- cs_register_fileload(3) cs_register_fileload - register a fileload function
- cs_register_strfunc(3) cs_register_strfunc - register a string handling function
- cs_render(3) cs_render - render a CS parse tree
- cSignal(3) cSignal - send signal to one waiting thread.
- cstest(1) render a clearsilver template combined with a dataset
- cWait(3) cWait - wait a condition variable signal.
- dictCleanup(3) dictCleanup - cleanup dictionary
- dictCreate(3) dictCreate - create new dictionary.
- dictDestroy(3) dictDestroy - destroy dictionary.
- dictModifyValue(3) dictModifyValue - create/modify an item.
- dictNext(3) dictNext - search for next value in dictionary.
- dictReleaseLock(3) dictReleaseLock - release lock on value.
- dictRemove(3) dictRemove - remove item from dictionary.
- dictSearch(3) dictSearch - search for value in dictionary.
- dictSetValue(3) dictSetValue - set/reset an items value.
- fCreate(3) fCreate - create a file lock.
- fDestroy(3) fDestroy - destroy a lock.
- fFind(3) fFind - find a file lock.
- filter_create_fd(3) filter_create_fd - Create a sub process and return the requested pipes
- filter_create_fp(3) filter_create_fp - similar to filter_create_fd except with buffered FILE*
- filter_wait(3) filter_wait - wrap waitpid to decode the exitcode and why your filter quit
- fLock(3) fLock - acquire file lock.
- fUnlock(3) fUnlock - release file lock.
- hdf_copy(3) hdf_copy - copy part of an HDF dataset to another
- hdf_destroy(3) hdf_destroy - deallocate an HDF data set
- hdf_dump_format(3) hdf_dump_format - dump an HDF dataset to FILE *fp Description: Input: Output: Returns:
- hdf_dump_str(3) hdf_dump_str - dump an HDF dataset to STRING Description: Input: Output: Returns:
- hdf_dump(3) hdf_dump - dump an HDF dataset to stdout Description: Input: Output: Returns:
- hdf_get_attr(3) hdf_get_attr - Description: Input: Output: Returns:
- hdf_get_child(3) hdf_get_child - return the first child of the named node
- hdf_get_copy(3) hdf_get_copy - Returns a copy of a string in the HDF data set
- hdf_get_int_value(3) hdf_get_int_value - Return the integer value of a point in the data set
- hdf_get_node(3) hdf_get_node - Similar to hdf_get_obj except all the nodes are created if the don't exist.
- hdf_get_obj(3) hdf_get_obj - return the HDF data set node at a named location
- hdf_get_value(3) hdf_get_value - Return the value of a node in the data set
- hdf_get_valuef(3) hdf_get_valuef - Return the value of a node in the data set
- hdf_get_valuevf(3) hdf_get_valuevf - Return the value of a node in the data set
- hdf_init(3) hdf_init - Initialize an HDF data set
- hdf_obj_attr(3) hdf_obj_attr - Return the HDF Attributes for a node Description: Input: Output: Returns:
- hdf_obj_child(3) hdf_obj_child - Return the first child of a dataset node
- hdf_obj_name(3) hdf_obj_name - Return the name of a node
- hdf_obj_next(3) hdf_obj_next - Return the next node of a dataset level
- hdf_obj_top(3) hdf_obj_top - Return the pointer to the top dataset node
- hdf_obj_value(3) hdf_obj_value - Return the value of a node
- hdf_read_string_ignore(3) hdf_read_string_ignore - Read an HDF string and ignore errors Description: Input: Output:
- hdf_read_string(3) hdf_read_string - read an HDF string Description: Input: Output:
- hdf_register_fileload(3) hdf_register_fileload - register a fileload function
- hdf_remove_tree(3) hdf_remove_tree - delete a subtree of an HDF dataset Description: Input: Output: Returns:
- hdf_search_path(3) hdf_search_path - Find a file given a search path in HDF
- hdf_set_attr(3) hdf_set_attr - Description: Input: Output: Returns:
- hdf_set_buf(3) hdf_set_buf - Set the value of a node without duplicating the value
- hdf_set_copy(3) Copy a value from one location in the
- hdf_set_int_value(3) hdf_set_int_value - Set the value of a named node to a number
- hdf_set_symlink(3) hdf_set_symlink - Set part of the tree to link to another
- hdf_set_value(3) hdf_set_value - Set the value of a named node
- hdf_set_valuef(3) hdf_set_valuef - Set the value of a named node
- hdf_sort_obj(3) hdf_sort_obj - sort the children of an HDF node
- hdf_write_file_atomic(3) hdf_write_file_atomic - write an HDF data file atomically
- hdf_write_file(3) hdf_write_file - write an HDF data file Description: Input: Output:
- hdf_write_string(3) hdf_write_string - serialize an HDF dataset to a string Description: Input: Output:
- mCreate(3) mCreate - initialize a mutex.
- mDestroy(3) mDestroy - destroy a mutex.
- mLock(3) mLock - lock a mutex.
- mUnlock(3) mUnlock - unlock a mutex.
- nerr_error_string(3) return the string associated with a clearsilver error
- nerr_error_traceback(3) return the full traceback of a clearsilver error chain
- nerr_handle(3) walk the NEOERR chain for a matching error (clearsilver)
- nerr_ignore(3) free the clearsilver error chain
- nerr_init(3) initialize clearsilver error chain
- nerr_log_error(3) print the error to stderr
- nerr_match(3) walk the NEOERR chain for a matching error (clearsilver)
- nerr_pass_ctx(3) pass a clearsilver error up a level in the call chain
- nerr_pass(3) pass a clearsilver error up a level in the call chain
- nerr_register(3) register a clearsilver error type
- skipDelete(3) skipDelete - delete an item.
- skipFreeList(3) skipFreeList - free a skip list.
- skipInsert(3) skipInsert - insert an item.
- skipNewList(3) skipNewList - create a skip list.
- skipNext(3) skipNext - find next item.
- skipRelease(3) skipRelease - release lock on value.
- skipSearch(3) skipSearch - search a skip list.
- wdb_keys(3) return the key and column for the current database (clearsilver)