Home | History | Annotate | Download | only in libxml2

Lines Matching defs:NULL

41 #if !defined(NULL)
42 # define NULL 0
128 @return Pointer to string, or NULL if allocation failed.
194 return (strcat(target, source) != NULL);
408 if ((first != NULL) && (second != NULL))
447 if ((first != NULL) && (second != NULL))
476 if ((first != NULL) && (second != NULL))
531 if ((first != NULL) && (second != NULL))
664 @param A pointer to the found character, or NULL if character was not found.
685 @param A pointer to the found character, or NULL if character was not found.
863 @return Pointer to first occurrence of @p substring in @p string, or NULL
887 @return Pointer to first occurrence of @p substring in @p string, or NULL
899 char *result = NULL;
1279 self->content = NULL;
1345 @return Newly allocated dynamic string, or NULL if memory allocation failed.
1366 self = NULL;
1415 char *result = NULL;
1419 if (self->content != NULL)
1467 self->content = NULL;