Home
last modified time | relevance | path

Searched refs:linphone_vcard_get_etag (Results 1 – 6 of 6) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dcarddav.c238 const char *etag = linphone_vcard_get_etag(lvc); in linphone_carddav_vcards_fetched()
404 if (!linphone_vcard_get_etag(lvc)) { in process_response_from_carddav_request()
564 query->ifmatch = linphone_vcard_get_etag(lvc); in linphone_carddav_create_put_query()
636 query->ifmatch = linphone_vcard_get_etag(lvc); in linphone_carddav_create_delete_query()
646 if (lvc && linphone_vcard_get_uid(lvc) && linphone_vcard_get_etag(lvc)) { in linphone_carddav_delete_vcard()
672 } else if (!linphone_vcard_get_etag(lvc)) { in linphone_carddav_delete_vcard()
H A Dvcard_stubs.c158 const char* linphone_vcard_get_etag(const LinphoneVcard *vCard) { in linphone_vcard_get_etag() function
H A Dvcard.cc416 const char* linphone_vcard_get_etag(const LinphoneVcard *vCard) { in linphone_vcard_get_etag() function
H A Dfriend.c1492 vcard ? linphone_vcard_get_etag(vcard) : NULL, in linphone_core_store_friend_in_db()
1505 vcard ? linphone_vcard_get_etag(vcard) : NULL, in linphone_core_store_friend_in_db()
/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dvcard.h235 LINPHONE_PUBLIC const char* linphone_vcard_get_etag(const LinphoneVcard *vCard);
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dvcard_tester.c340 …BC_ASSERT_STRING_EQUAL(linphone_vcard_get_etag(linphone_friend_get_vcard(lf2)), linphone_vcard_get… in friends_sqlite_storage()