Home
last modified time | relevance | path

Searched refs:SIXEL_CURL_ERROR (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dchunk.c330 status = SIXEL_CURL_ERROR & CURLE_FAILED_INIT; in sixel_chunk_from_url()
337 status = SIXEL_CURL_ERROR & (code & 0xff); in sixel_chunk_from_url()
344 status = SIXEL_CURL_ERROR & (code & 0xff); in sixel_chunk_from_url()
352 status = SIXEL_CURL_ERROR & (code & 0xff); in sixel_chunk_from_url()
359 status = SIXEL_CURL_ERROR & (code & 0xff); in sixel_chunk_from_url()
368 status = SIXEL_CURL_ERROR & (code & 0xff); in sixel_chunk_from_url()
375 status = SIXEL_CURL_ERROR & (code & 0xff); in sixel_chunk_from_url()
382 status = SIXEL_CURL_ERROR & (code & 0xff); in sixel_chunk_from_url()
H A Dstatus.c155 case SIXEL_CURL_ERROR: in sixel_helper_format_error()
271 message = sixel_helper_format_error(SIXEL_CURL_ERROR); in test2()
/dports/graphics/libsixel/sixel-1.8.6/include/
H A Dsixel.h59 #define SIXEL_CURL_ERROR (SIXEL_FALSE | 0x0500) /* errors occures in libc functions… macro
H A Dsixel.h.in59 #define SIXEL_CURL_ERROR (SIXEL_FALSE | 0x0500) /* errors occures in libc functions… macro
/dports/graphics/libsixel/sixel-1.8.6/python/libsixel/
H A D__init__.py47 SIXEL_CURL_ERROR = (SIXEL_FALSE | 0x0500) # errors occures in libc functions variable