HomeSort by relevance Sort by last modified time
    Searched refs:create_jmp_buf (Results 1 - 2 of 2) sorted by null

  /external/libpng/
png.c 236 jmp_buf create_jmp_buf; local
282 if (!setjmp(create_jmp_buf))
291 create_struct.jmp_buf_ptr = &create_jmp_buf;
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.c 229 jmp_buf create_jmp_buf; local
271 if (!setjmp(create_jmp_buf))
278 create_struct.jmp_buf_ptr = &create_jmp_buf;
    [all...]

Completed in 405 milliseconds