Dispatcher of functions. More...
Include dependency graph for dispatcher.c:Go to the source code of this file.
Functions | |
| const char * | dispatcher_get_retval_name (int rv) |
| Get the name of a return value. | |
Variables | |
| static const struct Mapping | RetvalNames [] |
| Lookup for function results. | |
Dispatcher of functions.
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 dispatcher.c.
| const char * dispatcher_get_retval_name | ( | int | rv | ) |
Get the name of a return value.
| rv | Return value, e.g. FR_ERROR |
| str | Name of the retval |
| "" | Error |
Definition at line 54 of file dispatcher.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Lookup for function results.
Definition at line 35 of file dispatcher.c.