Home
last modified time | relevance | path

Searched refs:entry_name (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngcp.c752 const char *entry_name) in set_opt_string_() argument
763 if (entry_name == range_lo) in set_opt_string_()
833 const char *entry_name; in push_opt() local
846 if (entry_name == range_lo) in push_opt()
916 const char *entry_name; in next_opt() local
925 assert(entry_name != NULL); in next_opt()
930 if (entry_name == range_lo) /* a range */ in next_opt()
1237 if (entry_name == all) in getallopts_()
1241 record_opt(dp, opt, entry_name); in getallopts_()
1264 const char *entry_name; in getsearchopts() local
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Ddns.c465 char *entry_name = (char *)entry + sizeof(struct local_hostlist_entry); in dns_init_local() local
466 MEMCPY(entry_name, init_entry->name, namelen); in dns_init_local()
467 entry_name[namelen] = 0; in dns_init_local()
468 entry->name = entry_name; in dns_init_local()
568 char *entry_name; in dns_local_addhost() local
576 entry_name = (char *)entry + sizeof(struct local_hostlist_entry); in dns_local_addhost()
577 MEMCPY(entry_name, hostname, namelen); in dns_local_addhost()
578 entry_name[namelen] = 0; in dns_local_addhost()
579 entry->name = entry_name; in dns_local_addhost()
/AliOS-Things-master/components/mbedtls/library/
A Dx509_crt.c1347 char entry_name[MBEDTLS_X509_MAX_FILE_PATH_LEN]; in mbedtls_x509_crt_parse_path() local
1363 snp_ret = mbedtls_snprintf( entry_name, sizeof entry_name, in mbedtls_x509_crt_parse_path()
1366 if( snp_ret < 0 || (size_t)snp_ret >= sizeof entry_name ) in mbedtls_x509_crt_parse_path()
1371 else if( stat( entry_name, &sb ) == -1 ) in mbedtls_x509_crt_parse_path()
1382 t_ret = mbedtls_x509_crt_parse_file( chain, entry_name ); in mbedtls_x509_crt_parse_path()

Completed in 19 milliseconds