/forgerock/web-agents-v4/source/ |
H A D | config_file.c | 40 char *orig, *tn, *tmp = strdup(line); local 44 if (tmp == NULL) { 47 orig = tmp; 48 line_sz = strlen(tmp); 50 tn = strchr(tmp, '='); 51 if (tn != NULL && ((size_t) (tn - tmp)) < line_sz) { 55 tn = tmp;
|
H A D | config_xml.c | 483 char *tmp; local 488 tmp = realloc(ctx->data, ctx->data_sz + len + 1); 489 if (tmp == NULL) { 496 ctx->data = tmp;
|
H A D | session_saml.c | 84 char *tmp; local 88 tmp = realloc(ctx->data, ctx->data_sz + len + 1); 89 if (tmp == NULL) { 96 ctx->data = tmp;
|
H A D | session_xml.c | 131 char *tmp; local 135 tmp = realloc(ctx->data, ctx->data_sz + len + 1); 136 if (tmp == NULL) { 143 ctx->data = tmp;
|
H A D | audit.c | 175 char *tmp = NULL, *message = NULL, *message_b64 = NULL; local 183 msg_size = am_vasprintf(&tmp, format, args); 186 if (msg_size <= 0 || tmp == NULL) { 187 am_free(tmp); 192 message_b64 = base64_encode(tmp, &size); 194 am_free(tmp); 200 AM_FREE(tmp, message, message_b64); 207 AM_FREE(tmp, message, message_b64); 218 AM_FREE(tmp, message, message_b64);
|
H A D | policy_xml.c | 279 char *tmp; local 284 tmp = realloc(ctx->data, ctx->data_sz + len + 1); 285 if (tmp == NULL) { 292 ctx->data = tmp;
|
H A D | admin_iis.c | 66 char *tmp = NULL; local 72 tmp = (char *) malloc(out_len); 73 WideCharToMultiByte(CP_UTF8, 0, wstr, -1, tmp, (DWORD) out_len, NULL, NULL); 74 tmp[out_len - 1] = 0; 78 return tmp; 84 wchar_t *tmp = NULL; local 90 tmp = (wchar_t *) malloc(sizeof (wchar_t) * out_len); 91 MultiByteToWideChar(CP_UTF8, 0, str, -1, tmp, (DWORD) out_len); 92 tmp[out_len - 1] = 0; 96 return tmp; 134 wchar_t *tmp = (LPWSTR) malloc(l * sizeof (wchar_t) + 2); local [all...] |
H A D | cache.c | 170 struct am_cache_entry *element, *tmp, *head; local 183 AM_OFFSET_LIST_FOR_EACH(cache->pool, head, element, tmp, struct am_cache_entry) { 200 struct am_cache_entry_data *i, *tmp, *head; local 215 AM_OFFSET_LIST_FOR_EACH(cache->pool, head, i, tmp, struct am_cache_entry_data) { 239 struct am_cache_entry_data *i, *tmp, *head; local 248 AM_OFFSET_LIST_FOR_EACH(cache->pool, head, i, tmp, struct am_cache_entry_data) { 279 struct am_cache_entry *cache_entry, *tmp, *head; local 295 AM_OFFSET_LIST_FOR_EACH(cache->pool, head, cache_entry, tmp, struct am_cache_entry) { 601 struct am_cache_entry_data *a, *tmp, *head; local 659 AM_OFFSET_LIST_FOR_EACH(cache->pool, head, a, tmp, struc 869 struct am_cache_entry_data *cache_entry_data, *tmp, *head; local 1017 struct am_namevalue *element, *tmp; local 1047 struct am_policy_result *element, *tmp; local [all...] |
H A D | log.c | 139 static char tmp[AM_PATH_SIZE]; local 141 snprintf(tmp, sizeof (tmp), "%s.%d", file_name, idx); 143 } while (access(tmp, F_OK) == 0); 144 if (rename(file_name, tmp) != 0) { 310 static char tmp[AM_PATH_SIZE]; local 313 snprintf(tmp, sizeof (tmp), "%s.%d", file_name, idx); 315 } while (_access(tmp, 0) == 0); 317 if (CopyFileExA(file_name, tmp, NUL 342 static char tmp[AM_PATH_SIZE]; local [all...] |
H A D | admin.c | 420 char* tmp; local 526 tmp = net_options.cert_key_file; 527 install_log("updating %s with %s", AM_INSTALL_SSL_KEY, tmp); 529 tmp = AM_SPACE_CHAR; 532 rv = string_replace(&agent_conf_template, AM_INSTALL_SSL_KEY, tmp, &agent_conf_template_sz); 539 tmp = net_options.cert_file; 540 install_log("updating %s with %s", AM_INSTALL_SSL_CERT, tmp); 542 tmp = AM_SPACE_CHAR; 545 rv = string_replace(&agent_conf_template, AM_INSTALL_SSL_CERT, tmp, &agent_conf_template_sz); 552 tmp [all...] |
H A D | process.c | 1621 char *tk, *tmp = strdup(cl + strlen(cl) + 1), *o = tmp; local 1622 if (tmp == NULL) break; 1624 map_sz = char_count(tmp, ',', NULL) + 1; 1628 while ((tk = am_strsep(&tmp, AM_COMMA_CHAR)) != NULL) {
|
H A D | utility.c | 275 char **segment_list = NULL, **segment_list_norm = NULL, **tmp; local 291 tmp = (char **) realloc(segment_list, sizeof (char *) * (++list_sz)); 292 if (tmp == NULL) { 297 segment_list = tmp; 642 char *tmp; local 645 tmp = *buffer; 647 am_free(tmp); 993 char *token, *tmp = ISVALID(rq->url.query) ? local 997 char *o = tmp; 1000 if (tmp 1056 char *tmp, *tok, *last = NULL; local 2050 char *tmp = strdup(path); local 2597 struct am_namevalue *element, *tmp; local 2938 void *tmp; local [all...] |
/forgerock/web-agents-v4/source/varnish/ |
H A D | agent.c | 627 struct request *e, *t, *tmp; local 648 tmp = request_list; 649 while (tmp->next && tmp->next != e) { 650 tmp = tmp->next; 652 if (tmp->next) { 653 tmp->next = e->next;
|
/forgerock/opendj2/ext/svnkit/lib/ |
H A D | jsch.agentproxy.core-0.0.7.jar | ... .Buffer extends java.lang.Object {
final byte[] tmp public byte[] buffer int index int s public void " href ... |
H A D | jsch.agentproxy.connector-factory-0.0.7.jar | ... .Buffer extends java.lang.Object {
final byte[] tmp public byte[] buffer int index int s public void " href ... |
H A D | trilead-ssh2-1.0.0-build217.jar | ... element
int i
String[] list
String[] list2
int count
String[] tmp
public synchronized void setClient2ServerCiphers (java.lang.String[]) String ... |
/forgerock/opendj2-hg/ext/svnkit/lib/ |
H A D | jsch.agentproxy.core-0.0.7.jar | ... .Buffer extends java.lang.Object {
final byte[] tmp public byte[] buffer int index int s public void " href ... |
H A D | jsch.agentproxy.connector-factory-0.0.7.jar | ... .Buffer extends java.lang.Object {
final byte[] tmp public byte[] buffer int index int s public void " href ... |
H A D | trilead-ssh2-1.0.0-build217.jar | ... element
int i
String[] list
String[] list2
int count
String[] tmp
public synchronized void setClient2ServerCiphers (java.lang.String[]) String ... |
/forgerock/web-agents-v4/source/varnish3/ |
H A D | agent.c | 677 struct request *e, *t, *tmp; local 698 tmp = request_list; 699 while (tmp->next && tmp->next != e) { 700 tmp = tmp->next; 702 if (tmp->next) { 703 tmp->next = e->next;
|
/forgerock/web-agents-v4/source/iis/ |
H A D | agent.c | 63 char *tmp = NULL; local 68 tmp = r == NULL ? (char *) malloc(out_len + 1) : (char *) alloc_request(r, out_len + 1); 69 if (tmp != NULL) { 70 memset(tmp, 0, out_len); 71 ret_len = WideCharToMultiByte(CP_UTF8, 0, wstr, -1, tmp, (DWORD) out_len, NULL, NULL); 74 return tmp; 80 wchar_t *tmp = NULL; local 84 tmp = (wchar_t *) alloc_request(r, sizeof (wchar_t) * out_len + 1); 85 if (tmp != NULL) { 86 memset(tmp, [all...] |
/forgerock/opendj-b2.6/ext/svnkit/ |
H A D | trilead.jar | ... element
int i
String[] list
String[] list2
int count
String[] tmp
public synchronized void setClient2ServerCiphers (java.lang.String[]) String ... |
/forgerock/opendj2.6.2/ext/svnkit/ |
H A D | trilead.jar | ... element
int i
String[] list
String[] list2
int count
String[] tmp
public synchronized void setClient2ServerCiphers (java.lang.String[]) String ... |
/forgerock/web-agents-v4/cmocka/ |
H A D | cmocka.c | 1551 char *tmp; local 1554 tmp = libc_realloc(cm_error_message, msg_len + len + 1); 1555 if (tmp == NULL) { 1558 cm_error_message = tmp;
|
/forgerock/opendj2/ext/ant/lib/ |
H A D | jdeb-0.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ... |