Lines Matching defs:out
359 * Returns NULL on out of memory or invalid cookie. This is suboptimal,
396 return NULL; /* bail out if we're this low on memory */
484 badcookie = TRUE; /* out of memory bad */
489 badcookie = TRUE; /* out of memory bad */
640 badcookie = TRUE; /* out of memory bad */
651 this is an illegal line, bail out */
718 /* It turns out, that sometimes the file format allows the path
729 badcookie = TRUE; /* out of memory bad */
849 /* Free the newcomer and get out of here! */
913 * Returns NULL on out of memory. Invalid cookies are ignored.
993 return NULL; /* out of memory */
1179 pointed out in the main cookie list! */
1280 FILE *out;
1294 out = stdout;
1298 out = fopen(dumphere, FOPEN_WRITETEXT);
1299 if(!out)
1306 out);
1313 fprintf(out, "#\n# Fatal libcurl error\n");
1315 fclose(out);
1318 fprintf(out, "%s\n", format_ptr);
1323 fclose(out);