Home
last modified time | relevance | path

Searched refs:isbytes (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/_sre/
H A Dsre.c417 int isbytes, charsize; in state_init() local
431 ptr = getstring(string, &length, &isbytes, &charsize, &state->buffer); in state_init()
435 if (isbytes && pattern->isbytes == 0) { in state_init()
440 if (!isbytes && pattern->isbytes > 0) { in state_init()
457 state->isbytes = isbytes; in state_init()
501 getslice(int isbytes, const void *ptr, in getslice() argument
504 if (isbytes) { in getslice()
1067 int isbytes, charsize; pattern_subx() local
2025 int isbytes, charsize; match_getslice_by_index() local
[all...]
H A Dsre.h36 int isbytes; /* pattern type (1 - bytes, 0 - string, -1 - None) */ member
72 int isbytes; member
/third_party/python/Lib/
H A Dos.py479 def _fwalk(topfd, toppath, isbytes, topdown, onerror, follow_symlinks):
490 if isbytes:
527 yield from _fwalk(dirfd, dirpath, isbytes,

Completed in 4 milliseconds