Lines Matching full:code
2 * Use of this source code is governed by a BSD-style license that can be
23 * This file defines the <code>PPB_Var</code> struct.
40 * @param[in] var A <code>PP_Var</code> that will have a reference added.
49 * @param[in] var A <code>PP_Var</code> that will have a reference removed.
55 * specified in <code>len</code>. It is an error if the string is not
58 * If the length is 0, the <code>*data</code> pointer will not be dereferenced
59 * and may be <code>NULL</code>. Note, however if length is 0, the
60 * "NULL-ness" will not be preserved, as <code>VarToUtf8</code> will never
61 * return <code>NULL</code> on success, even for empty strings.
73 * @return A <code>PP_Var</code> structure containing a reference counted
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.
84 * <code>*len</code> will be 0.