Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Diname.c63 const byte *str = pnstr->string_bytes; in name_print()
117 pnstr->string_bytes = nt_1char_names, in names_init()
120 pnstr->string_bytes = nt_1char_names + i, in names_init()
181 !memcmp_inline(ptr, pnstr->string_bytes, size) in names_ref()
208 pnstr->string_bytes = cptr; in names_ref()
211 pnstr->string_bytes = ptr; in names_ref()
237 (const byte *)pnstr->string_bytes); in names_string_ref()
309 while (pnstr->string_bytes == 0); in names_next_valid_index()
400 pnstr->string_bytes = 0; in names_trace_finish()
453 if (pnstr->string_bytes == 0) in names_restore()
[all …]
H A Dinamestr.h81 const byte *string_bytes; member
H A Disave.c581 return alloc_is_since_save(pnstr->string_bytes, save); in alloc_name_is_since_save()
594 return alloc_is_since_save(pnstr->string_bytes, save); in alloc_name_index_is_since_save()
H A Digc.c1086 gc_string_mark(pnstr->string_bytes, pnstr->string_size, in gc_trace_finish()