Shared code. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| const struct ExpandoRenderCallback * | find_get_number (const struct ExpandoRenderCallback *erc, int did, int uid) |
| Find a get_number() callback function. | |
| const struct ExpandoRenderCallback * | find_get_string (const struct ExpandoRenderCallback *erc, int did, int uid) |
| Find a get_string() callback function. | |
| void | buf_lower_special (struct Buffer *buf) |
| Convert to lowercase, excluding special characters. | |
Shared code.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file helpers.h.
| const struct ExpandoRenderCallback * find_get_number | ( | const struct ExpandoRenderCallback * | erc, |
| int | did, | ||
| int | uid ) |
Find a get_number() callback function.
| erc | Render callbacks to search |
| did | Domain ID to match |
| uid | Unique ID to match |
| ptr | Matching Render data |
Definition at line 44 of file helpers.c.
Here is the caller graph for this function:| const struct ExpandoRenderCallback * find_get_string | ( | const struct ExpandoRenderCallback * | erc, |
| int | did, | ||
| int | uid ) |
Find a get_string() callback function.
| erc | Render callbacks to search |
| did | Domain ID to match |
| uid | Unique ID to match |
| ptr | Matching Render data |
Definition at line 68 of file helpers.c.
Here is the caller graph for this function:| void buf_lower_special | ( | struct Buffer * | buf | ) |
Convert to lowercase, excluding special characters.
| buf | String to lowercase |
The string is transformed in place.
Definition at line 91 of file helpers.c.
Here is the call graph for this function:
Here is the caller graph for this function: