Home
last modified time | relevance | path

Searched refs:ipa_mem_type (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipa_mod.h47 typedef struct ipa_mem_type_struct ipa_mem_type; typedef
58 ipa_mem_type *m_parser;
61 void *(*mem_malloc)(size_t, ipa_mem_type *);
62 void *(*mem_calloc)(size_t, size_t, ipa_mem_type *);
63 void *(*mem_realloc)(void *, size_t, ipa_mem_type *);
64 char *(*mem_strdup)(const char *, ipa_mem_type *);
65 int (*mem_vasprintf)(ipa_mem_type *, char **,
67 void (*mem_free)(void *, ipa_mem_type *);
483 ipa_mem_type *, char **);
485 ipa_mem_type *, char **);
[all …]
H A Dmemfunc.h91 extern ipa_mem_type *mem_type_new_local(const char *, const char *,
94 extern void *mem_malloc(size_t, ipa_mem_type *);
95 extern void *mem_calloc(size_t, size_t, ipa_mem_type *);
96 extern void *mem_realloc(void *, size_t, ipa_mem_type *);
97 extern char *mem_strdup(const char *, ipa_mem_type *);
98 extern void mem_free(void *, ipa_mem_type *);
100 extern int mem_asprintf(ipa_mem_type *, char **, const char *, ...)
102 extern int mem_vasprintf(ipa_mem_type *, char **, const char *, va_list)
H A Dipastat_main.h61 extern ipa_mem_type *m_anon;
62 extern ipa_mem_type *m_result;
H A Dmemfunc.c59 extern ipa_mem_type *m_ctl;
521 lock_mem_type(ipa_mem_type *mem_type) in lock_mem_type()
533 unlock_mem_type(ipa_mem_type *mem_type) in unlock_mem_type()
594 static ipa_mem_type *
597 ipa_mem_type *mem_type; in mem_type_new()
621 ipa_mem_type *
624 ipa_mem_type *mem_type; in mem_type_new_local()
637 mem_malloc(size_t size, ipa_mem_type *mem_type) in mem_malloc()
714 mem_free(void *ptr, ipa_mem_type *mem_type) in mem_free()
2054 ipa_mem_type *mem_type; in mem_types_deinit()
[all …]
H A Dipa_main.h52 extern ipa_mem_type *m_anon;
53 extern ipa_mem_type *m_tmp;
H A Dparser.h38 extern ipa_mem_type *m_parser;
H A Dipa_ctl.h113 extern ipa_mem_type *m_ctl;
H A Dipa_cmd.h172 extern ipa_mem_type *m_cmd;
H A Dipa_main.c84 ipa_mem_type *m_anon; /* Anonymous memory allocations. */
85 ipa_mem_type *m_tmp; /* Temporary memory allocations. */
H A Dipastat_main.c63 ipa_mem_type *m_anon; /* Anonymous memory allocations. */
64 ipa_mem_type *m_result; /* Memory used for query results. */
H A Dconfcommon.c121 extern ipa_mem_type *m_anon;
H A Dparser.c72 ipa_mem_type *m_parser; /* Memory allocated by parser. */
H A Dipa_cmd.c108 ipa_mem_type *m_cmd;
H A Dipa_ctl.c111 ipa_mem_type *m_ctl; /* Memory allocations for ctl. */
/dports/databases/ipa_sdb/ipa_sdb-1.1.1/src/
H A Dsdb_st_mod.c85 static ipa_mem_type *m_parser; /* Memory from parser. */
86 static ipa_mem_type *m_anon; /* Anonymous memory allocations. */
87 static ipa_mem_type *m_tmp; /* Temporary memory allocations. */
89 static void *(*mem_malloc)(size_t, ipa_mem_type *);
90 static void *(*mem_realloc)(void *, size_t, ipa_mem_type *);
91 static char *(*mem_strdup)(const char *, ipa_mem_type *);
92 static void (*mem_free)(void *, ipa_mem_type *);
1431 int exact, ipa_mem_type *mem_type, unsigned int *n, in st_get_rule_stat()
1655 ipa_mem_type *mem_type, char **infop) in st_get_limit_info()
1858 const ipa_tm *tm2, ipa_mem_type *mem_type, unsigned int *n, in get_limit_int_stat()
[all …]
H A Dsdb_db_mod.c90 static ipa_mem_type *m_parser; /* Memory from parser. */
91 static ipa_mem_type *m_anon; /* Anonymous memory allocations. */
92 static ipa_mem_type *m_tmp; /* Temporary memory allocations. */
94 static void *(*mem_malloc)(size_t, ipa_mem_type *);
95 static void *(*mem_realloc)(void *, size_t, ipa_mem_type *);
96 static void (*mem_free)(void *, ipa_mem_type *);
302 static int mem_asprintf(ipa_mem_type *, char **, const char *, ...)
394 mem_asprintf(ipa_mem_type *mem_type, char **bufp, const char *format, ...) in mem_asprintf()
/dports/misc/ipa_conv/ipa_conv-1.1/src/
H A Dipa_conv.c89 static ipa_mem_type *m_anon; /* Anonymous memory allocations. */
91 static char *(*mem_strdup)(const char *, ipa_mem_type *);
92 static void *(*mem_malloc)(size_t, ipa_mem_type *);
93 static void (*mem_free)(void *, ipa_mem_type *);