Lines Matching refs:sb
1082 size_t sb = file_magic_strength(mb->mp, mb->cont_count); in apprentice_sort() local
1083 if (sa == sb) in apprentice_sort()
1085 else if (sa > sb) in apprentice_sort()
3233 if (st.sb.st_mode & S_IFDIR) { in apprentice_map()
3255 if (st.sb.st_size < 8 || st.sb.st_size > maxoff_t()) { in apprentice_map()
3257 st.sb.st_size < 8 ? "small" : "large"); in apprentice_map()
3262 map->len = CAST(size_t, st.sb.st_size); in apprentice_map()
3265 if (php_stream_read(stream, map->p, (size_t)st.sb.st_size) != (size_t)st.sb.st_size) { in apprentice_map()
3303 nentries = (uint32_t)(st.sb.st_size / sizeof(struct magic)); in apprentice_map()
3304 entries = (uint32_t)(st.sb.st_size / sizeof(struct magic)); in apprentice_map()
3305 if ((zend_off_t)(entries * sizeof(struct magic)) != st.sb.st_size) { in apprentice_map()
3307 dbname, (unsigned long long)st.sb.st_size, in apprentice_map()