| comment_admin_overview | modules/comment.module | Menu callback; present an administrative comment listing. |
| db_escape_string | includes/database.pgsql.inc | Prepare user input for use in a database query, preventing SQL injection attacks.
Note: This function requires PostgreSQL 7.2 or later. |
| locale_admin_string | modules/locale.module | Page handler for the string search and administration screen |
| node_load | modules/node.module | Load a node object from the database. |
| node_save | modules/node.module | Save a node object into the database. |
| tablesort_sql | includes/tablesort.inc | Create an SQL sort clause. |
| user_save | modules/user.module | Save changes to a user account. |
| watchdog_overview | modules/watchdog.module | Menu callback; displays a listing of log messages. |
| _locale_string_seek | includes/locale.inc | Perform a string search and display results in a table |