Searched refs:SF_ERR_EOF (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | sfparse.h | 102 * :macro:`SF_ERR_EOF` indicates that there is nothing left to read. 106 #define SF_ERR_EOF -2 macro 254 * error code. If it returns :macro:`SF_ERR_EOF`, all parameters have 275 * error code. If it returns :macro:`SF_ERR_EOF`, all key and value 281 * :macro:`SF_ERR_EOF` 298 * error code. If it returns :macro:`SF_ERR_EOF`, all values in the 304 * :macro:`SF_ERR_EOF` 325 * :macro:`SF_ERR_EOF`, all data have been processed successfully. 330 * :macro:`SF_ERR_EOF` 347 * error code. If it returns :macro:`SF_ERR_EOF`, al [all...] |
H A D | nghttp2_http.c | 595 if (rv == SF_ERR_EOF) { in nghttp2_http_parse_priority()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | sfparse.h | 102 * :macro:`SF_ERR_EOF` indicates that there is nothing left to read. 106 #define SF_ERR_EOF -2 macro 254 * error code. If it returns :macro:`SF_ERR_EOF`, all parameters have 275 * error code. If it returns :macro:`SF_ERR_EOF`, all key and value 281 * :macro:`SF_ERR_EOF` 298 * error code. If it returns :macro:`SF_ERR_EOF`, all values in the 304 * :macro:`SF_ERR_EOF` 325 * :macro:`SF_ERR_EOF`, all data have been processed successfully. 330 * :macro:`SF_ERR_EOF` 347 * error code. If it returns :macro:`SF_ERR_EOF`, al [all...] |
H A D | nghttp2_http.c | 595 if (rv == SF_ERR_EOF) { in nghttp2_http_parse_priority()
|
Completed in 4 milliseconds