Home | History | Annotate | Download | only in common

Lines Matching refs:terminated

1261  * \brief  Constructs a null-terminated data_string from a char* and length.
1319 new_string->terminated = 1;
1337 dest -> terminated = src -> terminated;
1361 /* XXX: do we need to consider the "terminated" flag in the check? */
1363 dp -> terminated = 0;
1368 /* \brief Converts a data_string to a null-terminated data string
1370 * If the given string isn't null-terminated, replace it with a
1371 * null-terminated version and free the current string decrementing
1372 * the referecne count. If the string is null-terminated it is left
1382 * \return 1 if the string was converted successfully (or already terminated),
1394 if (str->terminated == 0) {