Home | History | Annotate | Download | only in c

Lines Matching full:will

37    * object, this function will do nothing so you can always call it no matter
40 * @param[in] var A <code>PP_Var</code> that will have a reference added.
46 * this function will do nothing so you can always call it no matter what
49 * @param[in] var A <code>PP_Var</code> that will have a reference removed.
58 * If the length is 0, the <code>*data</code> pointer will not be dereferenced
60 * "NULL-ness" will not be preserved, as <code>VarToUtf8</code> will never
63 * The resulting object will be a refcounted string object. It will be
68 * is not valid UTF-8), this function will return a Null var.
79 * string is NOT NULL-terminated. The length will be placed in
80 * <code>*len</code>. If the string is valid but empty the return value will
81 * be non-NULL, but <code>*len</code> will still be 0.
83 * If the var is not a string, this function will return NULL and
84 * <code>*len</code> will be 0.
86 * The returned buffer will be valid as long as the underlying var is alive.
87 * If the instance frees its reference, the string will be freed and the
88 * pointer will be to arbitrary memory.