OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyOS_strnicmp
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pystrcmp.h
12
#define
PyOS_strnicmp
strnicmp
15
#define
PyOS_strnicmp
PyOS_mystrnicmp
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pystrcmp.h
12
#define
PyOS_strnicmp
strnicmp
15
#define
PyOS_strnicmp
PyOS_mystrnicmp
/external/python/cpython2/Include/
pystrcmp.h
12
#define
PyOS_strnicmp
strnicmp
15
#define
PyOS_strnicmp
PyOS_mystrnicmp
/external/python/cpython3/Include/
pystrcmp.h
12
#define
PyOS_strnicmp
strnicmp
15
#define
PyOS_strnicmp
PyOS_mystrnicmp
/prebuilts/gdb/darwin-x86/include/python2.7/
pystrcmp.h
12
#define
PyOS_strnicmp
strnicmp
15
#define
PyOS_strnicmp
PyOS_mystrnicmp
/prebuilts/gdb/linux-x86/include/python2.7/
pystrcmp.h
12
#define
PyOS_strnicmp
strnicmp
15
#define
PyOS_strnicmp
PyOS_mystrnicmp
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystrcmp.h
12
#define
PyOS_strnicmp
strnicmp
15
#define
PyOS_strnicmp
PyOS_mystrnicmp
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystrcmp.h
12
#define
PyOS_strnicmp
strnicmp
15
#define
PyOS_strnicmp
PyOS_mystrnicmp
/external/python/cpython3/Modules/_sqlite/
statement.c
88
self->is_dml = (
PyOS_strnicmp
(p, "insert ", 7) == 0)
89
|| (
PyOS_strnicmp
(p, "update ", 7) == 0)
90
|| (
PyOS_strnicmp
(p, "delete ", 7) == 0)
91
|| (
PyOS_strnicmp
(p, "replace ", 8) == 0);
Completed in 3695 milliseconds