Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:longjmp_fn
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libpng/
H
A
D
pngerror.c
597
png_set_longjmp_fn(png_structrp png_ptr, png_longjmp_ptr
longjmp_fn
,
in png_set_longjmp_fn()
argument
661
png_ptr->
longjmp_fn
=
longjmp_fn
;
in png_set_longjmp_fn()
691
png_ptr->
longjmp_fn
= longjmp;
in png_free_jmpbuf()
700
png_ptr->
longjmp_fn
= 0;
in png_free_jmpbuf()
761
if (png_ptr != NULL && png_ptr->
longjmp_fn
!= NULL &&
in PNG_FUNCTION()
763
png_ptr->
longjmp_fn
(*png_ptr->jmp_buf_ptr, val);
in PNG_FUNCTION()
H
A
D
pngstruct.h
155
png_longjmp_ptr
longjmp_fn
;/* setjmp non-local goto function. */
member
156
jmp_buf *jmp_buf_ptr; /* passed to
longjmp_fn
*/
H
A
D
png.c
313
create_struct.
longjmp_fn
= longjmp;
in PNG_FUNCTION()
335
create_struct.
longjmp_fn
= 0;
in PNG_FUNCTION()
H
A
D
png.h
951
png_longjmp_ptr
longjmp_fn
, size_t jmp_buf_size));
959
* longjmp(png_ptr->jmpbuf, val). If
longjmp_fn
() has been set, it
Completed in 13 milliseconds