OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SANITIZE_ERR_OK
(Results
1 - 3
of
3
) sorted by null
/external/curl/tests/unit/
unit1604.c
67
(cc ==
SANITIZE_ERR_OK
? "
SANITIZE_ERR_OK
" :
89
"",
SANITIZE_ERR_OK
92
"normal filename",
SANITIZE_ERR_OK
95
"control_char",
SANITIZE_ERR_OK
98
"banned_char",
SANITIZE_ERR_OK
101
"f_foo",
SANITIZE_ERR_OK
104
"f:foo",
SANITIZE_ERR_OK
107
"f:foo",
SANITIZE_ERR_OK
110
"f__foo",
SANITIZE_ERR_OK
[
all
...]
/external/curl/src/
tool_doswin.h
34
SANITIZE_ERR_OK
= 0, /* 0 - OK */
tool_doswin.c
133
Success: (
SANITIZE_ERR_OK
) *sanitized points to a sanitized copy of file_name.
134
Failure: (!=
SANITIZE_ERR_OK
) *sanitized is NULL.
257
return
SANITIZE_ERR_OK
;
282
SANITIZE_ERR_OK
: Good -- 'path' can be truncated
284
!=
SANITIZE_ERR_OK
&& != SANITIZE_ERR_INVALID_PATH: Error
314
return
SANITIZE_ERR_OK
;
332
Success: (
SANITIZE_ERR_OK
) *sanitized points to a sanitized copy of file_name.
333
Failure: (!=
SANITIZE_ERR_OK
) *sanitized is NULL.
466
return (*sanitized ?
SANITIZE_ERR_OK
: SANITIZE_ERR_OUT_OF_MEMORY);
480
Success: (
SANITIZE_ERR_OK
) *sanitized points to a sanitized copy of file_name
[
all
...]
Completed in 100 milliseconds