Home | History | Annotate | Download | only in lib

Lines Matching defs:out

355  * Returns NULL on out of memory or invalid cookie. This is suboptimal,
388 return NULL; /* bail out if we're this low on memory */
458 badcookie = TRUE; /* out of memory bad */
463 badcookie = TRUE; /* out of memory bad */
622 badcookie = TRUE; /* out of memory bad */
633 this is an illegal line, bail out */
700 /* It turns out, that sometimes the file format allows the path
711 badcookie = TRUE; /* out of memory bad */
816 /* Free the newcomer and get out of here! */
880 * Returns NULL on out of memory. Invalid cookies are ignored.
960 return NULL; /* out of memory */
1146 pointed out in the main cookie list! */
1247 FILE *out;
1260 out = stdout;
1264 out = fopen(dumphere, FOPEN_WRITETEXT);
1265 if(!out)
1275 out);
1283 fprintf(out, "#\n# Fatal libcurl error\n");
1285 fclose(out);
1288 fprintf(out, "%s\n", format_ptr);
1295 fclose(out);