Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dis_tar.c101 static const char gpkg_match[] = "/gpkg-1"; in is_tar() local
118 if (nulp != NULL && nulp >= header->header.name + sizeof(gpkg_match) && in is_tar()
119 memcmp(nulp - sizeof(gpkg_match) + 1, gpkg_match, in is_tar()
120 sizeof(gpkg_match)) == 0) in is_tar()

Completed in 4 milliseconds