Lines Matching refs:securityProfileName

44   p_struct->securityProfileName=NULL;  in GWEN_LIST_FUNCTIONS()
74 free(p_struct->securityProfileName); in AQFINTS_KeyDescr_free()
75 p_struct->securityProfileName=NULL; in AQFINTS_KeyDescr_free()
180 if (p_struct->securityProfileName) { in AQFINTS_KeyDescr_dup()
181 free(p_struct->securityProfileName); in AQFINTS_KeyDescr_dup()
182 p_struct->securityProfileName=NULL; in AQFINTS_KeyDescr_dup()
183 p_struct->securityProfileName=NULL; in AQFINTS_KeyDescr_dup()
185 if (p_src->securityProfileName) { in AQFINTS_KeyDescr_dup()
186 p_struct->securityProfileName=strdup(p_src->securityProfileName); in AQFINTS_KeyDescr_dup()
301 if (p_struct->securityProfileName) { in AQFINTS_KeyDescr_copy()
302 free(p_struct->securityProfileName); in AQFINTS_KeyDescr_copy()
303 p_struct->securityProfileName=NULL; in AQFINTS_KeyDescr_copy()
304 p_struct->securityProfileName=NULL; in AQFINTS_KeyDescr_copy()
306 if (p_src->securityProfileName) { in AQFINTS_KeyDescr_copy()
307 p_struct->securityProfileName=strdup(p_src->securityProfileName); in AQFINTS_KeyDescr_copy()
408 return p_struct->securityProfileName; in AQFINTS_KeyDescr_GetSecurityProfileName()
552 if (p_struct->securityProfileName) { in AQFINTS_KeyDescr_SetSecurityProfileName()
553 free(p_struct->securityProfileName); in AQFINTS_KeyDescr_SetSecurityProfileName()
554 p_struct->securityProfileName=NULL; in AQFINTS_KeyDescr_SetSecurityProfileName()
557 p_struct->securityProfileName=strdup(p_src); in AQFINTS_KeyDescr_SetSecurityProfileName()
560 p_struct->securityProfileName=NULL; in AQFINTS_KeyDescr_SetSecurityProfileName()
737 if (p_struct->securityProfileName) { in AQFINTS_KeyDescr_ReadDb()
738 free(p_struct->securityProfileName); in AQFINTS_KeyDescr_ReadDb()
739 p_struct->securityProfileName=NULL; in AQFINTS_KeyDescr_ReadDb()
745 p_struct->securityProfileName=strdup(s); in AQFINTS_KeyDescr_ReadDb()
747 if (p_struct->securityProfileName==NULL) { in AQFINTS_KeyDescr_ReadDb()
748 p_struct->securityProfileName=NULL; in AQFINTS_KeyDescr_ReadDb()
908 if (p_struct->securityProfileName) in AQFINTS_KeyDescr_WriteDb()
909 …harValue(p_db, GWEN_DB_FLAGS_OVERWRITE_VARS, "securityProfileName", p_struct->securityProfileName); in AQFINTS_KeyDescr_WriteDb()
1025 if (p_struct->securityProfileName && p_cmp) in AQFINTS_KeyDescr_List_GetBySecurityProfileName()
1026 p_rv=strcasecmp(p_cmp, p_struct->securityProfileName); in AQFINTS_KeyDescr_List_GetBySecurityProfileName()
1029 else if (p_struct->securityProfileName) in AQFINTS_KeyDescr_List_GetBySecurityProfileName()