Lines Matching defs:ready
82 * ready = 1
94 * ready = 1
104 - legacy string, not ready:
113 * ready = 0
120 - legacy string, ready:
127 * ready = 1
141 PyUnicode_FromStringAndSize(NULL, size) functions. They become ready
196 /* The ready flag indicates whether the object layout is initialized
200 unsigned int ready:1;
266 /* Fast check to determine whether an object is ready. Equivalent to:
269 return _PyASCIIObject_CAST(op)->state.ready;
277 ready. */
395 or ready calls are performed. */