| /forgerock/web-agents-v4/source/ |
| H A D | utility.h | 79 size_t local_size; 80 size_t *global_size; 127 size_t post_data_sz; 181 size_t am_bin_path(char* buffer, size_t len); 183 int string_replace(char **original, const char *pattern, const char *replace, size_t *sz); 185 size_t am_shm_max_pool_size(); 188 am_shm_t *am_shm_create(const char *, size_t); 190 void *am_shm_alloc(am_shm_t *am, size_t usize); 191 void *am_shm_alloc_with_gc(am_shm_t *am, size_t usiz [all...] |
| H A D | net_client.h | 24 size_t cert_key_pass_sz; 69 size_t request_data_sz; 85 void (*on_data)(void *udata, const char *data, size_t data_sz, int status); 96 int am_net_write(am_net_t *n, const char *data, size_t data_sz); 105 char **agent_token, char **pxml, size_t *pxsz, struct am_namevalue **session_list);
|
| H A D | property_map.c | 40 size_t size, alloc; 100 size_t alloc = map->alloc + MAP_EXTENSION_SIZE; 114 static struct map_entry *property_map_get_or_create(struct property_map *map, const char *key, size_t len) { 141 struct map_entry *property_map_add_plaintext(struct property_map *map, const char *text, size_t len) { 207 static char *get_nonspace_section(char *s, char *e, size_t *len) { 221 static void property_map_parse_line(struct property_map *map, char *source, am_bool_t override, void (*logf)(const char *format, ...), char *line, size_t line_ln) { 224 size_t key_ln, value_ln; 245 size_t text_ln; 254 void property_map_parse(struct property_map *map, char *source, am_bool_t override, void (*logf)(const char *format, ...), char *data, size_t data_sz) { 279 char *property_map_write_to_buffer(struct property_map *map, size_t *data_s [all...] |
| H A D | shared.c | 26 size_t size; 27 size_t usize; 34 size_t size; 35 size_t max_size; 36 size_t user_offset; 62 static int get_freelist_hdr_for(size_t size) { 73 static size_t verify_freelists(struct mem_pool *pool, char *action) { 74 size_t size = 0; 99 size_t free_sz; 164 static struct mem_chunk *get_free_chunk_for_size(struct mem_pool *pool, size_t siz [all...] |
| H A D | list.h | 81 size_t ns; 82 size_t vs;
|
| H A D | utility.c | 142 void am_secure_zero_memory(void *v, size_t sz) { 146 size_t n = sz; 152 size_t page_size(size_t size) { 153 size_t p_size = 0; 224 char *match_group(pcre *x, int capture_groups, const char *subject, size_t *len) { 228 size_t k = 0, slen = *len; 430 size_t ul = strlen(url->path); 652 int gzip_inflate(const char *compressed, size_t *compressed_sz, char **uncompressed) { 653 size_t full_lengt [all...] |
| H A D | am.h | 273 size_t post_data_sz; 330 char *base64_decode(const char *in, size_t *length); 331 char *base64_encode(const void *in, size_t *length); 334 char *am_json_escape(const char *str, size_t *escaped_sz);
|
| H A D | http_parser.h | 84 typedef int (*http_data_cb) (http_parser*, const char *at, size_t length); 310 size_t http_parser_execute(http_parser *parser, 313 size_t len); 334 int http_parser_parse_url(const char *buf, size_t buflen,
|
| H A D | policy.c | 314 const char *pattern_base, size_t pattern_lo, size_t pattern_hi, 315 const char *resource_base, size_t resource_lo, size_t resource_hi) {
|
| H A D | cache.c | 73 size_t size[3]; 88 size_t count; 102 size_t size; 120 size_t i; 323 int am_get_pdp_cache_entry(am_request_t *request, const char *key, char **data, size_t *data_sz, char **content_type) { 400 size_t size = element->size[URL_LENGTH] + element->size[FILENAME_LENGTH] + 2; 429 size_t url_length, file_length, content_type_length; 434 size_t entry_data_len; 436 size_t key_sz; 744 size_t resource_le [all...] |
| H A D | config.h | 62 size_t pass_sz; 78 size_t cert_key_pass_sz;
|
| H A D | session_saml.c | 53 size_t sz = 0; 109 void *am_parse_session_saml(unsigned long instance_id, const char *xml, size_t xml_sz) {
|
| H A D | net_ops.c | 28 size_t data_size; 33 static void on_agent_request_data_cb(void *udata, const char *data, size_t data_sz, int status) { 132 size_t len = strlen(conn->req_headers); 149 size_t len = strlen(conn->req_headers); 172 size_t post_sz, post_data_sz; 264 size_t post_sz, post_data_sz, xml_esc_sz; 394 static int send_attribute_request(am_net_t *conn, char **token, char **pxml, size_t *pxsz, 397 size_t post_sz; 485 size_t post_sz, post_data_sz, token_sz; 611 size_t post_s [all...] |
| /forgerock/web-agents-v4/pcre/ |
| H A D | pcre_globals.c | 62 static void* LocalPcreMalloc(size_t aSize) 70 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = LocalPcreMalloc; 72 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = LocalPcreMalloc; 78 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = malloc; 80 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = malloc;
|
| H A D | pcre.h | 87 /* Have to include stdlib.h in order to ensure that size_t is defined; 489 PCRE_EXP_DECL void *(*pcre_malloc)(size_t); 491 PCRE_EXP_DECL void *(*pcre_stack_malloc)(size_t); 496 PCRE_EXP_DECL void *(*pcre16_malloc)(size_t); 498 PCRE_EXP_DECL void *(*pcre16_stack_malloc)(size_t); 503 PCRE_EXP_DECL void *(*pcre32_malloc)(size_t); 505 PCRE_EXP_DECL void *(*pcre32_stack_malloc)(size_t); 510 PCRE_EXP_DECL void *pcre_malloc(size_t); 512 PCRE_EXP_DECL void *pcre_stack_malloc(size_t); 517 PCRE_EXP_DECL void *pcre16_malloc(size_t); [all...] |
| H A D | pcre_fullinfo.c | 110 *((size_t *)where) = re->size; 114 *((size_t *)where) = (study == NULL)? 0 : study->size; 119 *((size_t *)where) = 125 *((size_t *)where) = 0;
|
| /forgerock/web-agents-v4/expat/ |
| H A D | macconfig.h | 50 #undef size_t macro
|
| /forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/ |
| H A D | am_auth.h | 92 size_t choices_size; 93 size_t default_choice; 95 size_t response_size; 106 size_t options_size; 349 AM_EXPORT size_t 366 am_auth_get_callback(am_auth_context_t auth_ctx, size_t index);
|
| H A D | am_policy.h | 89 size_t buflength); 174 size_t notification_data_len); 209 char *resource_root, size_t length);
|
| H A D | am_map.h | 98 * The size whose type is size_t. 100 AM_EXPORT size_t
|
| /forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/ |
| H A D | am_auth.h | 92 size_t choices_size; 93 size_t default_choice; 95 size_t response_size; 106 size_t options_size; 349 AM_EXPORT size_t 366 am_auth_get_callback(am_auth_context_t auth_ctx, size_t index);
|
| H A D | am_policy.h | 89 size_t buflength); 174 size_t notification_data_len); 209 char *resource_root, size_t length);
|
| /forgerock/web-agents-v4/cmocka/ |
| H A D | cmocka.h | 130 ((uintptr_t)((size_t)(value))) 458 void expect_in_set_count(#function, #parameter, LargestIntegralType value_array[], size_t count); 505 void expect_not_in_set_count(#function, #parameter, LargestIntegralType value_array[], size_t count); 558 void expect_in_range_count(#function, #parameter, LargestIntegralType minimum, LargestIntegralType maximum, size_t count); 609 void expect_not_in_range_count(#function, #parameter, LargestIntegralType minimum, LargestIntegralType maximum, size_t count); 655 void expect_value_count(#function, #parameter, LargestIntegralType value, size_t count); 700 void expect_not_value_count(#function, #parameter, LargestIntegralType value, size_t count); 747 void expect_string_count(#function, #parameter, const char *string, size_t count); 794 void expect_not_string_count(#function, #parameter, const char *string, size_t count); 817 void expect_memory(#function, #parameter, void *memory, size_t siz [all...] |
| H A D | cmocka.c | 68 #define MALLOC_ALIGNMENT sizeof(size_t) 131 size_t allocated_size; /* Total size of the allocated block. */ 132 size_t size; /* Request block size. */ 177 size_t size_of_set; 185 size_t size; 209 const size_t number_of_symbol_names, const void* value, const int count); 212 const size_t number_of_symbol_names, void **output); 217 const size_t number_of_symbol_names); 220 const size_t number_of_symbol_names); 579 const size_t number_of_symbol_name [all...] |
| /forgerock/web-agents-v4/tests/ |
| H A D | test_utility.c | 44 static const char* encode(const char* p, size_t len) { 66 static size_t find_marker(const char* dest) { 80 static int compare(const char* actual, const char* expected, size_t expected_len) { 82 size_t actual_len = find_marker(actual); 331 size_t length = 3; 385 size_t length = strlen(key); 586 size_t size; 662 size_t data_sz; 691 size_t data_sz; 742 size_t data_s [all...] |