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