Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_sre.c416 int isbytes, charsize; in state_init() local
430 ptr = getstring(string, &length, &isbytes, &charsize, &state->buffer); in state_init()
434 if (isbytes && pattern->isbytes == 0) { in state_init()
439 if (!isbytes && pattern->isbytes > 0) { in state_init()
456 state->isbytes = isbytes; in state_init()
500 getslice(int isbytes, const void *ptr, in getslice() argument
503 if (isbytes) { in getslice()
536 return getslice(state->isbytes, state->beginning, string, i, j); in state_getslice()
831 item = getslice(state.isbytes, state.beginning, in _sre_SRE_Pattern_findall_impl()
991 item = getslice(state.isbytes, state.beginning, in _sre_SRE_Pattern_split_impl()
[all …]
Dsre.h36 int isbytes; /* pattern type (1 - bytes, 0 - string, -1 - None) */ member
72 int isbytes; member
/third_party/python/Lib/
Dos.py479 def _fwalk(topfd, toppath, isbytes, topdown, onerror, follow_symlinks): argument
490 if isbytes:
527 yield from _fwalk(dirfd, dirpath, isbytes,